cannot find libs in /usr//local/lib

Gregor Mosheh stigmata_blackangel at yahoo.com
Thu Dec 16 07:50:56 PST 2004


Try using the LDFLAGS environment variable to specify
-L options, e.g.:
LDFLAGS="-L/usr/local/lib" make

FYI, a similiar trick can be done for missing include
files with CFLAGS:
CFLAGS="-I/usr/local/include" make



		
__________________________________ 
Do you Yahoo!? 
Jazz up your holiday email with celebrity designs. Learn more. 
http://celebrity.mail.yahoo.com


More information about the freebsd-questions mailing list