Re: error compilimg hurd cvs source

2001-07-01 Thread Mark Kettenis
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

Re: error compilimg hurd cvs source

2001-07-01 Thread Moritz Schulte
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 -