On 5/29/07, Baho Utot <[EMAIL PROTECTED]> wrote: > How does the "system" pickup or know the path to /lib/pkgconfig? > > I checked to see where the pkgconfig subdirectory is on my system and it is > at /usr/lib/pkgconfig.
You can set the default pkg-config-path at compile time with: <code> # ./configure --prefix=/usr \ > --with-pc-path="/usr/lib/pkgconfig:/another/directory:/usr/X11/lib/pkgconfig/" > && \ > make && \ > make install && \ > echo "success" </code> If you don't like setting the PKG_CONFIG_PATH environment variable, you can recompile... > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > -- /me -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
