On 11/25/05, Stephen Lau <[EMAIL PROTECTED]> wrote: > Setting CC/CXX will cause problems with the build as you noticed. > > Maybe I should make a note of that in the ReleaseNotes... thanks. :)
I've run into similar problems and have added the following to my opensolaris.sh file to avoid them biting me again: unset CC unset CFLAGS unset LIBS unset LDFLAGS unset CPPFLAGS PATH=/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/SUNWspro/bin:/opt/onbld/bin; export PATH Perhaps the default opensolaris.sh can be modified to unset these and other environment variables that might cause problems? Advanced users who know what they are doing can modify it as needed and the rest of us won't have mysterious things happen because we have weird stuff set. -- James Lick -- 黎建溥 -- [EMAIL PROTECTED] -- http://jameslick.com/ _______________________________________________ opensolaris-help mailing list [email protected]
