On 01/19/14 02:30 PM, Rainer Heilke wrote:
  $ ./configure CC=/usr/bin/gcc CXX=CC CXXFLAGS=-pta -instances=static -mt 
-xtarget=pentium3 -g -features=no%transitions LD=CC

Trying to mix the Gnu C compiler with the Studio C++ compiler like that
is most likely to end with a set of flags that works with neither.

Either use CC=cc & CXX=CC for the Studio tools or CC=gcc CXX=g++ for
the GNU ones.  (Most of those CXXFLAGS look like Studio, not GNU ones.)

--
        -Alan Coopersmith-              [email protected]
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc

_______________________________________________
OpenIndiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to