Subject: Re: libgcc won't build (960210)
To: Neil J. McRae <neil@domino.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 02/28/1996 11:08:01
On Wed, 28 Feb 1996 12:37:10 +0000 
 "Neil J. McRae" <neil@domino.org> wrote:

 > > 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_bcm
 > p -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
 > > 
 > 
 > ok Jukka, cd /usr/src/gnu/usr.bin/gcc ; make install ; cd /usr/src ; make
 > 
 > And everything should be fine.

NO!  Everything will *not* be fine!

Once again (as has been discussed on current-users N times already):

cd /usr/src/gnu/usr.bin/gcc
make
[ build pukes on libgcc ]
(cd cc; make install)
(cd cc1; make install)
(cd cc1obj; make install)
(cd cc1plus; make install)
(cd cpp; make install)
(cd g++; make install)
(cd libgcc; make; make install)
(cd libobjc; make; make install)

*then* everything will be fine.

--------------------------------------------------------------------------
Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939