I'm trying to compile the gnustep-base-1.18.0 package on GNU/Linux using :
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
GNU Make 3.80
during the compile it fails with:
Compiling file NSException.m ...
gcc: Internal error: Segmentation fault (program cc1obj)
Please submit a full bug report.
See <URL:
http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [obj/NSException.m.o] Error 1
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make: *** [internal-all] Error 2
I've searched around and cannot find if this is a known issue. Will a compile upgrade resolve this?