Another gcc34 question

walt wa1ter at myrealbox.com
Wed Jul 14 09:18:23 PDT 2004


Matthew Dillon wrote:
> :walt wrote:
:I've noticed that some (maybe all?) kde ports don't compile
:with gcc34 -- as far as I can tell because this test in
:/usr/X11/include/qglobal.h fails:
:#elif defined(__FreeBSD__) || defined(__DragonFly__)

    I don't know why the conditional above failed, it shouldn't have.
You're right -- it didn't fail.  There is some other reason configure
can't 'find' my qt libs -- I'm working on why.
Just a heads up about the 'qmake' utility -- it's another one of those
libtool-ish tools which compiles unfriendly things right into itself
when you install the package.
Here's a line from /usr/local/share/qt/mkspecs/freebsd-g++/qmake.conf:
QMAKE_CFLAGS_RELEASE     =  -O -pipe -march=athlon-xp
Those were the flags I was using when qmake got installed.  Guess which
one doesn't work too well with gcc2  ;o)




More information about the Bugs mailing list