DragonFly bugs List (threaded) for 2004-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Another gcc34 question
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)
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]