I'm trying to install python 2.2 on solaris 7 os 5.7 sparc. the configure --with-gcc seemed to go well.
but I get this err msg when I run make: root@elvis Python-2.2 $ make gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Modules/python.o Modules/python.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/acceler.o Parser/acceler.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/grammar1.o Parser/grammar1.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/listnode.o Parser/listnode.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/node.o Parser/node.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/parser.o Parser/parser.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/parsetok.o Parser/parsetok.c gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/tokenizer.o Parser/tokenizer.c /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1375: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1375: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1468: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1468: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1642: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1642: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1737: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccWJW1i7.s", line 1737: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `Parser/tokenizer.o' root@elvis Python-2.2 $ how do I correct this? ......::: Alex Chavez : System Admin :::...... La Plaza Telecommunity : www.laplaza.org : Taos. New Mexico : 505.758.1836 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
