bug-hurd
[Top][All Lists]
Advanced

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

Re: error compilimg hurd cvs source


From: Moritz Schulte
Subject: Re: error compilimg hurd cvs source
Date: 02 Jul 2001 00:27:20 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Fabian Sturm <f@rtfs.org> 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 <moritz@chaosdorf.de> 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



reply via email to

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