[ please don't thread-hijack without changing the subject: ] On Friday 08 February 2008 21:50, Albertson, Brett wrote: > 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.
This is gssapi or krb5 *-config sneaking CFLAGS into the output of --libs, which ends up in our link flags. Basically, you will need to link kio_http by hand right now (or remove whatever provides gssapi from FOSS* / KCE).
