l4-hurd
[Top][All Lists]
Advanced

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

Re: L4-Hurd; compile errors, resolutions, and questions


From: Niels Möller
Subject: Re: L4-Hurd; compile errors, resolutions, and questions
Date: 16 Jan 2004 12:33:10 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Christopher Nelson" <address@hidden> writes:

>       Also, the #include <errno.h> was including the Linux system's
> errno and not the errno included in the libc-parts.  Not sure why this
> is happening, other than it's pretty standard behavior for a
> C-compiler.

You must make sure that you use the right -I flags so that libl4
headerfiles are found first. When I played with the code, I installed
pistachio with prefix=/usr/local/pistachio, and libl4 with prefix
/usr/local/l4, so that header files and libraries aren't mixed up with
each other or with the system headers.

But I guess it should work to build l4hurd without first installing
libl4.

Perhaps it would be a good idea for the makefiles to use -nostdinc
(for example by adding a line AM_CPPFLAGS=-nostdinc to the
Makefile.am:s), but that's not how it's done in my half ancient copy
of the l4hurd code.

/Niels




reply via email to

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