At Tue, 22 Mar 2005 11:39:17 +0100, Pierre THIERRY <[EMAIL PROTECTED]> wrote: > > [1 <multipart/signed (7bit)>] > [1.1 <text/plain; us-ascii (quoted-printable)>] > Hi, > > I'm beginning to play with Hurd/L4, and I successfully ran a simple Hurd > without the libc, in qemu. I followed the README, but I didn't manage to > compile the Hurd/L4 with the libc: > > CONFIGURE="./configure --enable-maintainer-mode --prefix=/l4 > --build=i686-linux --host=i686-gnu" > CVS_RSH=ssh cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/hurd co hurd-l4 > cd hurd-l4/ > autoreconf -f -i -s > $CONFIGURE --without-libc > make > make -C libc libc-cvs > $CONFIGURE --with-libc > make > > And it works well until the last make, which stops on that: > > In file included from ../nptl/sysdeps/l4/hurd/i386/tls.h:153, > from ../include/tls.h:6, > from <stdin>:2: > /usr/include/l4/arch.h:37:31: l4/ia32/arch.h: No such file or directory > make[5]: *** > [/home/pierre/Logiciel/Libre/Hurd/hurd-l4/libc/libc-build/tcb-offsets.h] > Error 1 > make[5]: Leaving directory > `/home/pierre/Logiciel/Libre/Hurd/hurd-l4/libc/libc/csu' > > I didn't find any ``l4/ia32/arch.h'' neither in hurd-l4's nor in pistachio's > sources...
I have no idea why it looks for "l4/ia32/arch.h". l4/arch.h on my system and the one in CVS looks for "<l4/bits/arch.h>" which should be installed by "make install" from hurd-l4/ia32/l4/bits/arch.h. Thanks, Marcus _______________________________________________ L4-hurd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/l4-hurd
