Mail Archives: cygwin/1998/09/14/00:12:14
Hello Volker, you wrote:
>How can I put /usr/local/include as a default search path for include
>statements like
>
>#include <zlib.h>
>
>when I do a configure or a make ?? I'm using the latest egcs 1.1
Just try 'gcc -I/usr/local/include <more options>' or
'make CFLAGS="-I/usr/local/include <more options>"' or even
'CFLAGS="-I/usr/local/include <more options" make'
--
bye, Michael
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -