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 -g -O3  -I.  -I..  -I../include -D_GNU_SOURCE    -c -o file-syncfs.o 
>file-syncfs.c
> file-syncfs.c: In function `helper':
> file-syncfs.c:61: internal error--unrecognizable insn:

IIRC i got the same error. Decreasing the optimiziation from '-O3' to
'-O2' helped (it seems to be a bug in gcc). You can do that in the
file 'Makeconf' in the Hurd source tree.

        hth,
        moritz
-- 
Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/
Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/
GPG fingerprint = 3A14 3923 15BE FD57 FC06  B501 0841 2D7B 6F98 4199

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

Reply via email to