home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.sgi.apps:44 comp.sys.sgi.bugs:95
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!bcm!cephalo.neusc.bcm.tmc.edu!mahmud
- From: mahmud@cephalo.neusc.bcm.tmc.edu (Mahmud Haque)
- Newsgroups: comp.sys.sgi.apps,comp.sys.sgi.bugs
- Subject: Need help compiling gcc-2.3.3
- Date: 8 Jan 1993 22:13:19 GMT
- Organization: Baylor College of Medicine, Houston,Tx
- Lines: 32
- Distribution: na
- Message-ID: <1iku9vINNlls@gazette.bcm.tmc.edu>
- NNTP-Posting-Host: cephalo.neusc.bcm.tmc.edu
- Keywords: GCC/G++
-
- I am trying to compile gcc-2.3.3 on a Indigo 4000, compilation
- works fine but stage2/stage3 cc1plus dumps core. Please help...
-
- Here is the test file:
-
- dummy.C
- ----------------------------------
- struct filebuf {
- virtual int foo();
- };
- filebuf ff;
- extern "C" int FUNC(int);
- int FUNC(int i) { return i+10; }
-
- ----------------------------------
-
- I am using bison-1.19.
-
- Thanks,
-
- Mahmud Haque Internet: mahmud@bcm.tmc.edu
- Division of Neuroscience uucp: {uunet,shell,rice}!cephalo!mahmud
- Baylor College of Medicine Bitnet: mahmud%bcm.tmc.edu@CUNYVM
- Houston, Tx 77030 mahmud%bcm.tmc.edu@PSUVAX1
-
-
-
- --
- Mahmud Haque Internet: mahmud@bcm.tmc.edu
- Division of Neuroscience uucp: {uunet,shell,rice}!cephalo!mahmud
- Baylor College of Medicine Bitnet: mahmud%bcm.tmc.edu@CUNYVM
- Houston, Tx 77030 mahmud%bcm.tmc.edu@PSUVAX1
-