Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!news.service.uci.edu!nemesis.ps.uci.edu!bob From: bob@nemesis.ps.uci.edu (bob prohaska) Subject: Make world: what's the procedure in FreeBSD? Nntp-Posting-Host: nemesis.ps.uci.edu Message-ID: <2CE5EF6B.4855@news.service.uci.edu> Summary: Segmentation error in ld Newsgroups: comp.os.386bsd.questions X-Newsreader: TIN [version 1.2 PL2] Reply-To: rprohask@uci.edu Keywords: make world Lines: 36 Date: 14 Nov 93 08:42:19 GMT Hello, Not sure if this qualifies as a bug or an operator error, but how does one deal with the following: nemesis:bob {222} pwd /usr/src/gnu/gcc2 nemesis:bob {223} make ===> cc ===> cpp ===> lib ===> cc1 cc -o gcc1 c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert. o c-aux-info.o c-iterate.o -L/usr/src/gnu/gcc2/cc1/../lib/ -lgcc2 -lgnumalloc cc: Internal compiler error: program ld got fatal signal 11 *** Error code 1 ld will "make install" without error. Make has gotten stuck in a few other places, but simply restarting it or recompiling essential libraries fixed the problem. This trouble with ld seems more persistent. The system has been modified only to the extent that "-DNOFPU" was removed from the the Makefile for gcc2's libraries, all of which recompiled without error. The installation is otherwise "out of the box" with no problems except that configure didn't turn on the network interface. Any hints would be appreciated! thanks bob