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



Thank you,

Luc
-- 
Lukas Oboril

When dealing with people, let us remember we are not dealing with
creatures of logic. We are dealing with creatures of emotions,
creatures bristling with prejudices and motivated by pride and vanity.
  Dale Carnegie

Reply via email to