build=i386-darwin host=alpha-dec-vms target=alpha-dec-vms
/bin/sh ../libtool --mode=compile alpha-dec-vms-gcc -mbwx -std=gnu99 -DHAVE_CONFIG_H -I. -I/src/gcc-4.5.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/src/gcc-4.5.0/gmp -DOPERATION_`echo get_d | sed 's/_$//'` -g -O2 -c -o get_d.lo get_d.c alpha-dec-vms-gcc -mbwx -std=gnu99 -DHAVE_CONFIG_H -I. -I/src/gcc-4.5.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/src/gcc-4.5.0/gmp -DOPERATION_get_d -g -O2 -c get_d.c -o get_d.obj get_d.c: In function '__gmpn_get_d': get_d.c:490:1: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:16269 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[2]: *** [get_d.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 jbook2:gmp jay$ I said make CFLAGS=-mieee and it seemed to fix it. I think that merely turned off optimization though. I did configure gcc in the first place with -disable-shared -enable-sjlj-exception, since there were problems compiling the libgcc/Dwarf stuff. I can try "normal" there again. - Jay