clemens kirchgatterer wrote:
structure bin, lib, include, share, ... if i want to compile software using the libs (and headers) of opt1 i only have to do "PKG_CONFIG_PATH=/opt1 make" and to start that program "LD_LIBRARY_PATH=/opt1 prog". given the Makefile of prog uses pkg-config properly.
And thats so much better than make INCLUDES=/opt1/usr/include?
My point is: There's one version of the libs that is in the default library search path. Shouldn't there also be one header in the default header search path then?
Btw. do I need to call /opt1/usr/bin/freetype-config? or will any freetype-config be ok?
Cheers,
Udo