This one is because compiler is not set. export CC and CXX before the build and 
it should go fine. (SFE scripts default to Sun's compiler options... but 
configure script defaults to gcc... if you see the logs the script is calling 
gcc with sun cc options...).

save it in some sfe.env script that you source before compilation

export PATH=/usr/gnu/bin:$PATH:/usr/sfw/bin:/opt/csw/bin
export CC=gcc (or cc)
export CXX=g++ (or CC)

I use gcc for building stuff that just won't compile with anything else (I 
think that was wine) and usually use Sun CC.
 
 
This message posted from opensolaris.org

Reply via email to