Package: gcc-3.3.5 Version: 3.3.5 When trying to compile asterisk 1.2.13 from www.asterisk.org I get the following error upon running `make`
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -fomit-frame-pointer -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -fPIC -c -o chan_mgcp.o chan_mgcp.c chan_mgcp.c: In function `mgcp_write': chan_mgcp.c:1275: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>. make[1]: *** [chan_mgcp.o] Error 1 make[1]: Leaving directory `/home/nnp/asterisk-1.2.13/channels' make: *** [subdirs] Error 1 My kernel version is as follows: Linux slamb 2.6.8-3-386 #1 Wed Dec 6 00:38:53 UTC 2006 i586 GNU/Linux libc version: libc-2.3.2.so This is a fresh install of Debian Sarge 3.1. Regards, Sean