Albertson, Brett wrote:
> My current status:
> 
> I'm running on snv81 on x86 64bit.  I have KBE built, most of KCE built
> (a few have build errors), and kdesupport built.
> 
> I'm trying to build kdelibs now.  I patched one phonon issue (it needed
> -lm -lsunmath), but have now run into an issue linking kio_http.so:
> 
> make[4]: Entering directory `/export/home/kdeuser/build/kdelibs'
> Linking CXX shared module ../../lib/kio_http.so
> CC: illegal option usage -xalias_level=std
> make[4]: *** [lib/kio_http.so] Error 1
> 
> 
> The compiler is trying to send it both -xalias_level=std and
> -xalias_level=compatible .  Anyone know a work-around to this?  I don't
> even see where -xalias_level=compatible is set.

-xalias_level=std is from $CFLAGS, -xalias_level=compatible is from $CXXFLAGS.

Something is passing both $CFLAGS and $CXXFLAGS to $CXX.

--Stefan

-- 
Stefan Teleman
Sun Microsystems, Inc.
Stefan.Teleman at Sun.COM


Reply via email to