On Mon Mar 04 15:24 -0600, Mathias L Bjorkman wrote: > Yes i just tried it and it compiled just fine with 2.96. > > Seems there are issues between Gcc 3 and Qt
The issues do not exist between gcc-3 and Qt per se. The problem is that gcc-3 uses a different abi (the name mangling that is needed for C++) than gcc-2.96. Thus, compiling a Qt program will generate calls to functions that will not be present in a Qt compiled with 2.96. If you compile Qt (and any other C++ libraries you need) with gcc-3, there will be no problems. -- Levi Ramsey [EMAIL PROTECTED] [EMAIL PROTECTED] When it comes down to desperation, You make the best of your situation. Linux 2.4.17-20mdk 4:01pm up 7 days, 1:43, 16 users, load average: 0.27, 0.18, 0.27
