On Monday 26 June 2006 23:36, Richard Korinek wrote: > I have possibly a silly question, but I cannot find the answer. > Is it possible to have a standard libdv library on the system (in > /usr] but compile and use cinerella against another library e.g. in > /usr/local? > > I cannot find a solution so far and I need the system wide library for > keeping the dependencies on gentoo. Thanks a lot for any answer.
Normally, gcc is set up to pick up /usr/local before /usr. Therefore, what you want to achieve should happen automatically. Note that /etc/ld.so.conf is usually set up such that shared libraries in /usr/local/lib are prefered over those in /usr/lib. This happens regardless of from which path the library was linked as long as the one in /usr/local/lib has a suitable version number. This means that the presence or absence of /usr/local/lib/libdv.so.* when the application is *run* makes a difference. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
