Quoting Roel Messiant <[EMAIL PROTECTED]>: > 3) Config seems to be ignored after some point, with the following line as a > result > cc -g -Wall -Wreturn-type -Werror -D_GNU_SOURCE=1 -Wno-unused-value -w -g -O > -I../stage1//include -DNDEBUG -DSYSARCH=\"sparc\" -DSYSOS=\"solaris\" > -fno-strict-aliasing -DPREFIX='"/usr/local/lib/idc/sparc-sun-solaris2.10/"' > libid.c -c -o ../stage1/libid.o > cc: illegal option -Wall > make[2]: *** [../stage1/libid.o] Error 1
Seems like the "cc" command of your system is not gcc. What is the value (if any) of the environment variable $CC before you configure and compile? Maybe you should clear it and then try again. My 0.2 euros. Cedric. _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
