From: michael@weiser.saale-net.de (Michael Weiser)
Subject: Re: C_INCLUDE_PATH ???
14 Sep 1998 00:12:14 -0700
Message-ID: <36012372.24375079.cygnus.gnu-win32@mail.weiser.saale-net.de>
References: <7672-Sun13Sep1998043041+0200-vzell@de.oracle.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
To: "Dr. Volker Zell" <vzell@de.oracle.com>
Cc: gnu-win32@cygnus.com

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@cygnus.com" with one line of text: "help".
