On Thursday 20 March 2003 10:38 am, John Levon wrote: > On Thu, Mar 20, 2003 at 10:35:29AM -0500, Praedor Atrebates wrote: > > What information in the log fragment above indicates a problem with the > > compiler version? > > > > > > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib > > > > -isystem /usr/X11R6/include conftest.cc -lSM -lICE -lc -lm > > > > -L/usr/X11R6/lib -lX11 -lqt-mt >&5 > > > > /tmp/cc4TX2WQ.o: In function `main': > > > > /tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char > > > > const *)' > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > That.
OK, thank you. However, changing my compiler hasn't helped. This is Mandrake 9.0. The qt3 libs installed are the stock rpms (qt-3.0.5). Since the default compiler on a stock 9.0 install is set to gcc-3.2, I would assume that the qt3 rpms were built with gcc-3.2. I WAS using 2.96 (because 3.2 will not successfully compile the 2.4.19 and 2.4.2* kernels with XFS support (at least). In any case, I have only 2 options: 2.96 or 3.2. Switching to 3.2 and trying to rebuild the rpm again still fails as before. praedor