My understanding was that the CC=/usr/bin/gcc defined what CC was for the rest of the line. It was one of my later efforts, after the first 67 failed. And I wouldn't be able to discern the flags; I was never much of a programmer (I did have my moments, but I was a sysadmin before anything else), and have been out of the game completely for almost 6 years.

Rainer

On 1/19/2014 5:25 PM, Alan Coopersmith wrote:
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.)


--
Mind the Gap
Web: http://www.dragonhearth.com

_______________________________________________
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to