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