Joseph Rothstein
2005-Nov-16 01:04 UTC
[Asterisk-Users] Compile problems, 1.2 rc2 and SUSE 9.3
Greetings to all, I am trying to compile 1.2 rc2 on a SUSE 9.3 box, and the compile fails with this error: make[1]: Entering directory `/usr/src/asterisk-1.2.0-rc2/channels' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -Wno-missing-prototypes -Wno-missing-declarations -DIAX_TRUNKING -DCRYPTO -fPIC -c -o chan_sip.o chan_sip.c make[1]: *** Deleting file `chan_sip.o' make[1]: *** [chan_sip.o] Interrupt make: *** [subdirs] Interrupt The box has Asterisk 1.2 beta2 on it, which compiled fine. Anyone have any ideas? Regards, Joe
Joseph Rothstein
2005-Nov-16 01:07 UTC
[Asterisk-Users] Re: Compile problems, 1.2 rc2 and SUSE 9.3
Update: Here is the full error: make[1]: Entering directory `/usr/src/asterisk-1.2.0-rc2/channels' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -Wno-missing-prototypes -Wno-missing-declarations -DIAX_TRUNKING -DCRYPTO -fPIC -c -o chan_sip.o chan_sip.c chan_sip.c:53: internal compiler error: output_operand: invalid expression as operand Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.suse.de/feedback> for instructions. {standard input}: Assembler messages: {standard input}:266705: Warning: partial line at end of file ignored Regards, Joe
Kevin P. Fleming
2005-Nov-16 08:43 UTC
[Asterisk-Users] Compile problems, 1.2 rc2 and SUSE 9.3
Joseph Rothstein wrote:> make[1]: *** Deleting file `chan_sip.o' > make[1]: *** [chan_sip.o] Interrupt > make: *** [subdirs] Interrupt'Interrupt' means you pressed Ctrl-C or killed the compile process in some other way.