
7 Dec
2005
7 Dec
'05
5:42 a.m.
Malcolm Wallace wrote:
No. It seems that I need to add -I/sw/bin and -L/sw/lib for gcc to find the header file and link library (respectively). I did think that gcc would respect the LD_LIBRARY_PATH convention for finding the library archive, but it doesn't seem to do so on this machine. However, I'm not aware of any standard environment mechanism to extend the #include search path. Are there options I can give to autoconf to pass a set of gcc flags into all invocations?
LIBRARY_PATH and C_INCLUDE_PATH :-) Cheers Tom