bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use the INCLUDES variable when compiling mig.


From: Roland McGrath
Subject: Re: Use the INCLUDES variable when compiling mig.
Date: Wed, 17 Apr 2002 16:11:49 -0400 (EDT)

>   I knew I had forgotten something.  Anyway, this allows someone to specify an
> include directory with the configure script.  
> E.g., ../configure --includedir=/cvs/gnumach/include

That is not what the --includedir option is for.
--includedir says where to install header files; that is all.

If what you want is to pass a -I option to the target compiler used in
building a cross-mig, when what you should be doing is:

TARGET_CPPFLAGS=-I/cvs/gnumach/include ../configure --host=what 
--target=i386-gnu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]