>   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

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to