TEA_ADD_INCLUDES([-I../../lib -I../../lib/gsm/inc
-I../../lib/libiax2/src])
TEA_ADD_LIBS([-liaxclient])
etc. How do I add ../../lib/ to the library search paths? Not a
Makefile expert.
Mats
TEA_ADD_LIBS([-L../../lib -liaxclient])
Mats
Yes, that could possibly be clearer, but it is meant to add
general lib linking bits. The only magic that it does is if
you are on Windows and specify something like:
TEA_ADD_LIBS([user32.lib])
it will convert that to -luser32 for mingw-gcc.
--
Jeff Hobbs, The Tcl Guy
http://www.ActiveState.com/, a division of Sophos