Re: breakage in libgcc?

1999-10-10 Thread Peter Wemm
Randy Bush wrote: > just cvsupped > > echo '#include ' >> config.h > echo '#include "i386/xm-i386.h"' > tconfig.h > echo '#include "i386/i386.h"' > tm.h > echo '#include "i386/att.h"' >> tm.h > echo '#include "i386/freebsd.h"' >> tm.h > echo '#include "i386/perform.h"' >> tm.h > cc -c -O -pipe -I

Re: breakage in libgcc?

1999-10-10 Thread Randy Bush
>> *** Signal 12 >> Stop in /usr/src/gnu/lib/libgcc. >> *** Error code 1 > Suspect that you need a newer kernel before you can build the world. had to o make new config o make new kernel o reboot o make world o ... must have been an exciting time in current while i was on the road the

Re: breakage in libgcc?

1999-10-10 Thread Poul-Henning Kamp
Sounds like you havn't -current. In message <[EMAIL PROTECTED]>, Mike Smith writes: >> just cvsupped > >Your system; I just finished a world not five minutes ago. Suspect the >usual. > >> echo '#include ' >> config.h >> echo '#include "i386/xm-i386.h"' > tconfig.h >> echo '#include "i386/i386.h

Re: breakage in libgcc?

1999-10-09 Thread Brian F. Feldman
On Sat, 9 Oct 1999, Mike Smith wrote: > > just cvsupped > > Your system; I just finished a world not five minutes ago. Suspect the > usual. > Suspect that you need a newer kernel before you can build the world. > > *** Signal 12 > > > > Stop in /usr/src/gnu/lib/libgcc. > > *** Error code 1

Re: breakage in libgcc?

1999-10-09 Thread Randy Bush
>> just cvsupped > Your system; I just finished a world not five minutes ago. Suspect the > usual. ok. doing a make clean now randy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: breakage in libgcc?

1999-10-09 Thread Mike Smith
> just cvsupped Your system; I just finished a world not five minutes ago. Suspect the usual. > echo '#include ' >> config.h > echo '#include "i386/xm-i386.h"' > tconfig.h > echo '#include "i386/i386.h"' > tm.h > echo '#include "i386/att.h"' >> tm.h > echo '#include "i386/freebsd.h"' >> tm.h >