Frank Mash wrote:
I tried something like:

./configure CC="/opt/SUNWspro/bin/cc" CFLAGS="-xarch=v9"
but that doesn't seem to  work either


That's because you're going backwards. The CC and CFLAGS
settings that you want are actually shell environment variables.

With the usage you have described above, you're passing arguments
to the configure script ... and it ignores them because those vars
aren't set in the environment.


James
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to