This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cannot build recent snapshots on UnixWare 2.1.2
- To: acs at acm dot org
- Subject: Re: Cannot build recent snapshots on UnixWare 2.1.2
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 27 Oct 1997 01:10:29 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
I believe i386-pc-sysv4.2uw2.1.2 uses crtbegin/crtend, which means
you should be able to compile them with debug information so that
you can figure out what's happening.
It might also be the "eh.o not compiled with -fexceptions problem".
Try adding -fexceptions to LIBGCC2_CFLAGS in Makefile.in, then
rebuiling libgcc.
jeff