Subject: Re: libgcc won't build (960210)
To: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
From: Jukka Marin <jmarin@teeri.jmp.fi>
List: current-users
Date: 02/26/1996 09:27:57
> > cc -O -I/mnt/src/gnu/usr.bin/gcc/libgcc/../common -I/mnt/src/gnu/usr.bin/gcc/libgcc/../arch -I/mnt/src/gnu/usr.bin/gcc/libgcc/../arch/i386 -c -DL__gcc_bcmp -o __gcc_bcmp.o /mnt/src/gnu/usr.bin/gcc/libgcc/libgcc2.c
> > /mnt/src/gnu/usr.bin/gcc/libgcc/libgcc2.c:76: no data type for mode `XF'
> > /mnt/src/gnu/usr.bin/gcc/libgcc/libgcc2.c:82: unknown machine mode `__word__'
> > *** Error code 1
>
> > I'm using the 960210 sources, but getting the most recent gcc source
> > from the tree didn't help a bit. What am I doing wrong?
>
> You're building new gcc with old, probably.
Thanks to all who responded. I had to make -k install the new gcc first,
after that I was able to compile libgcc without problems.
Gee, where would I be without all the nice and helpful people on this list..
:-)
Now, if I only knew why make fails on every GNU program I've tried:
"Makefile", line 87: Could not find dir
Fatal errors encountered -- cannot continue
It happens on ncurses, so I tried to build GNU make, but I get the same
message.... ;-) Maybe something in my system is screwed up.
Anyway, thanks!
-jm