Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!cis.udel.edu From: carroll@cis.udel.edu (Mark Carroll) Newsgroups: comp.sys.next Subject: Problem with C++/collect Message-ID: <55250@nigel.ee.udel.edu> Date: 1 Jun 91 19:46:23 GMT Sender: usenet@ee.udel.edu Organization: University of Delaware Lines: 31 Nntp-Posting-Host: gumby.cis.udel.edu Hello all. I'm working on a research project at the U of Delaware, where we're implementing a large package in Objective-C. Underlying the implementation that we're doing is a compiler package called PET, written by NIST in C++. When I compile the PET on the NeXT (using the GNU libraries), I get a segmentation fault on final link phase, during collect. We're running the 2.1 version of the OS, and the 2.0 version of the compilers. Can anyone give me some clue about where collect is segfaulting? Transcript of cc++ -v follows: cc++ -v -w -I/usr/gnu/lib/g++-include -I/usr/gnu/lib/gcc-include -I/usr/in clude -o pet estgram.tab.o def.o type.o const_vars.o mod.o ip.o proc.o stmt.o e xpr.o trans.o EST.o pet.o container.o err.o -lm -lg++ NeXT Release 2.0 (v31.1) -- GNU version 1.36.4 (based on GCC 1.36) /bin/ld -r -o /tmp/cc000711.R -w -lcrt0.o estgram.tab.o def.o type.o const_vars.o mod.o ip.o proc.o stmt.o expr.o trans.o EST.o pet.o container.o err.o -lm -lg++ -lc++ -lsys_s /lib/collect -o /tmp/cc000711.S /tmp/cc000711.R cc++: Internal compiler error. Program collect got fatal signal 11. Anyone with any suggestions, please send mail to carroll@udel.edu. Thanks!