Subject: Re: GCC doesn't want to compile
To: netbsd-current-users <current-users@NetBSD.ORG>
From: Dante Profeta <dante@mbox.vol.it>
List: current-users
Date: 05/01/1996 17:07:26
>>I downloaded gcc (27 april updated), but it doesn't want to compile:
>>
>>-------------------------
>>In file included from
>>/usr/local/src/gnu/lib/libg++/libg++/src/../../libstdc++/new.h:6, from
>>AllocRing.cc:24:

>That's not gcc, that's libg++.  -current's libg++ requires gcc >=
>2.7.?.  Have you tried compiling gcc (/usr/src/gnu/usr.bin/gcc)
>directly?  It will barf on libgcc, but that's OK; install the rest,
>then 'make cleandir && make && make install' in .../gcc.

Ok, I cd-ed to ../gnu/usr.bin/gcc
make cleandir
make

but after a while it says:

===> libgcc
...
...
/usr/local/src/gnu/usr.bin/gcc/libgcc/libgcc2.c:76: no datatype fo mode `XF'
/usr/local/src/gnu/usr.bin/gcc/libgcc/libgcc2.c:82: unknown machine mode
`__word__'
*** Error code 1

Stop.
*** Error code 1

Stop.


What does it means?