On 17/11/2007, Lukas Oboril <oboril.lukas at gmail.com> wrote:
> Stefan,
>
> it's better, but some issue is still there
>
> On Nov 16, 2007 3:57 PM, Stefan Teleman <Stefan.Teleman at sun.com> wrote:
> > The arguments passed in are for the C++ compiler driver. If you call the 
> > link
> > editor directly (which is the case here), these arguments won't work, since 
> > ld
> > doesn't understand the same set of arguments as the C++ compiler driver.
> >
> > So, if you replace /usr/bin/ld with /usr/bin/CC it should work.
> >
>
> CC: Warning: Option -x03 passed to ld, if ld is invoked, ignored otherwise
> CC: Warning: Option -x03 passed to ld, if ld is invoked, ignored otherwise
> CC: Optimization level must be >= 3 with
> -xprefetch_auto_type=indirect_array_access
> gmake[3]: *** [sane] Error 1
> gmake[3]: Leaving directory `/tmp/STDCXX/4.1.3/build/include'
> gmake[2]: *** [config.h] Error 2
> gmake[2]: Leaving directory `/tmp/STDCXX/4.1.3/build/include'
> gmake[1]: *** [config] Error 2
> gmake[1]: Leaving directory `/tmp/STDCXX/4.1.3/build'
> gmake: *** [config] Error 2
> Configuration finished.
> Performing post-configuration updates ...
> Post-configuration succeeded.
> stdcxx has been configured. You can now type 'gmake' to build.
>
> I have setup these ...
>
> CXX32=/opt/SUNWspro/bin/CC
> CC64=/opt/SUNWspro/bin/c99
> LD=/opt/SUNWspro/bin/CC
> CXX=/opt/SUNWspro/bin/CC
> CXX64=/opt/SUNWspro/bin/CC
> CC32=/opt/SUNWspro/bin/c99
> CC=/opt/SUNWspro/bin/c99

What about your CFLAGS, CXXFLAGS, etc.?

Really need to see the whole build output.

Can you post it at opensolaris.pastebin.ca?


-- 
Shawn Walker, Software and Systems Analyst
http://binarycrusader.blogspot.com/

"We don't have enough parallel universes to allow all uses of all
junction types--in the absence of quantum computing the combinatorics
are not in our favor..." --Larry Wall

Reply via email to