Jan Stary <h...@stare.cz> writes:

>> C_INCLUDE_PATH=/usr/local/include
>> LIBRARY_PATH=/usr/local/lib
>
> I never used any of these.
> Are they docummented anywhere?

Many compilers/linkers support such environment variables.  The gcc
manual documents them here:
https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html

These are the preferred method for indicating the location of libraries
since they augment the compiler's default search path without
interfering with command-line options which are searched first.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to