On Jun 27, 2006, at 5:12 AM, Abdelrazak Younes wrote:
Bennett Helm wrote:
On Jun 26, 2006, at 12:44 PM, Abdelrazak Younes wrote:
You compiled Qt4 yourself right? I think that Qt needs some
libraries to link with, libstdc++ most probably. Please verify
that the final link is done with g++ and/or that -lstdc++ is
somewhere in this linking command.
Here's more output (below). g++-4 is used, but -lstdc++ is not there.
Yes, I compiled Qt4 myself, though I have a working Qt-4.1.3,
which I tried with your branch as well, and I get the same problem.
I don't know what's going on there Bennett. Maybe a make clean will
help.
Yes, it did.
Here are some performance numbers on Mac for scrolling through the
User's Guide using <page-down>:
trunk (Qt-4.1.3): 2 min, 10 sec (with graphics preview on, first time
through); 1 min, 59 sec (second time through)
younes branch (revision 14247, Qt-4.1.3): 48 sec first time; 42 sec
second time.
younes branch (revision 14247, Qt-4.1.4): 44 sec first time; 39 sec
second time.
Bennett