home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / lib / bug / 800 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.2 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!mudos.ann-arbor.mi.US!mju
  2. From: mju@mudos.ann-arbor.mi.US (Marc Unangst)
  3. Newsgroups: gnu.g++.lib.bug
  4. Subject: Problems compiling libg++ v2.3 on i386 SVR4
  5. Date: 25 Jan 1993 20:51:49 -0500
  6. Organization: The Programmers' Pit Stop, Ann Arbor MI
  7. Lines: 18
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-lib-g++@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <1jvmhmINNd0k@mudos.ann-arbor.mi.us>
  12.  
  13. I'm trying to compile libg++ v2.3 on my Esix SVR4 system.  I'm using
  14. gcc v2.3.3 as the compiler, configured for i386-sysv4.  libg++ is
  15. configured for i386-sysv4 as well.  The only modifications I've made
  16. to the default makefile were to add "CC=gcc", change "CC_FOR_BUILD" to
  17. gcc, and add -O to CFLAGS.  Everything goes fine until it gets to
  18. iomanip.C, at which point I get a
  19.  
  20. gcc: Internal compiler error: program cc1plus got fatal signal 6
  21.  
  22. error from gcc.  What's going on here?  Why is cc1plus getting
  23. SIGABRT/SIGIOT?
  24.  
  25. -- 
  26. Marc Unangst, N8VRH         | "Of course, in order to understand this you
  27. mju@mudos.ann-arbor.mi.us   |  have to remember that the nucleus of the atom
  28.                             |  is squishy."
  29.                             |    -W. Scheider, from a Physics lecture
  30.  
  31.