Hey,

correct, on Solaris cc doesn't equal gcc, it's a Sun specific compiler.
As for the value of $CC, it's not defined. I was under the impression the
configure file sets this env var.
This leads me to think there's a second I should edit into using gcc .. or
maybe look for explicit use of the cc command somewhere?

Thank you for your input

Roel Messiant


2008/7/1 <[EMAIL PROTECTED]>:

> 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
>
_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to