When I try to compile make (v3.79) on SunOS 5.8 with g++ 3.0.1, got the following errors:
# make make all-recursive Making all in glob Making all in i18n gcc -DALIASPATH=\"/usr/local/share/locale:.\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -g -O2 -c ar.c /usr/ccs/bin/as: "/var/tmp/cce0FEWb.s", line 898: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/cce0FEWb.s", line 898: error: statement syntax /usr/ccs/bin/as: "/var/tmp/cce0FEWb.s", line 906: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/cce0FEWb.s", line 906: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `ar.o' Current working directory /tmp/make-3.79 *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /tmp/make-3.79 *** Error code 1 make: Fatal error: Command failed for target `all-recursive-am' I have already executed the ./configure. Appreciated if you could help me to solve this. Thanks. _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
