Sriram Natarajan wrote: > Hi > Just for the record .. > Not sure, what went wrong earlier.
I think it was caused by confusion over the compilation tools: C compiler picked up from CC (SunStudio) vs. other tools such as cpp or g++ picked up from PATH. > > Setting my environment to the below config > unset CC > export > PATH=/opt/SunStudioExpress/bin:/usr/bin:/usr/gnu/bin:/usr/ccs/bin/opt/SunStudioExpress/bin:/usr/bin:/usr/gnu/bin:/usr/ccs/bin > > > > allow me to build apache on OSOL.. > > Sriram Natarajan wrote: >> ... >> I had to to the following to get the configure go successfully.. >> >> export CC=/opt/SunStudioExpress/bin/cc >> ./configure && gmake
