From: Moritz Schulte <[EMAIL PROTECTED]>
Date: 02 Jul 2001 00:27:20 +0200
> make[1]: Entering directory `/root/src/hurd/libdiskfs'
> gcc -O -Wall -g -O3 -I. -I.. -I../include -D_GNU_SOURCE-c -o file-syncfs.o
file-syncfs.c
> file-syncfs.c: In function `helper':
> file-syn
Fabian Sturm <[EMAIL PROTECTED]> writes:
Hi,
> Therefore i did an automake; configure; make
You've to compile in a build direcotry, otherwise you'll hit another
bug later.. (mkdir build; cd build; ../configure; make ...)
> make[1]: Entering directory `/root/src/hurd/libdiskfs'
> gcc -O -Wall -
Hello
i just did a cvs checkout on the :pserver:[EMAIL PROTECTED]:/cvs
repository and tried to compile the hurd module within
hurd itself (installed from the F2 CDs).
Therefore i did an automake; configure; make
After some time i got this error message:
make -C libdiskfs all
make[1]: Entering d