[OpenIndiana-discuss] Σχετ: Re: Σχετ: Taglib/cppunit for Mediatomb

Alan Coopersmith alan.coopersmith at oracle.com
Mon Jan 20 01:25:38 UTC 2014


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-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc



More information about the OpenIndiana-discuss mailing list