I haven't been able to compile scribus since I moved from Qt 3.2 to 3.2.1 configure goes just fine.
During linking a cascade of undefined reference messages culminates in: scribus.o(.text+0xfc74): In function `ScribusApp::doFileNew(float, float, float, float, float, float, float, float, bool, bool, int, bool, int, int)': : relocation truncated to fit: R_PPC_REL24 QString::setNum(long long, int) scribus.o(.text+0x17c40): In function `ScribusApp::slotFilePrint()': : undefined reference to `QString::setNum(long long, int)' scribus.o(.text+0x17c40): In function `ScribusApp::slotFilePrint()': : relocation truncated to fit: R_PPC_REL24 QString::setNum(long long, int) collect2: ld returned 1 exit status make[3]: *** [scribus] Error 1 make[3]: Leaving directory `/src/scribus-1.1.0/scribus' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/src/scribus-1.1.0/scribus' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/src/scribus-1.1.0' make: *** [all] Error 2 ------------------------------------------------------- My $QTDIR = /usr/local/qt /usr/local/qt/lib contains libqt-mt.so My $LD_LIBRARY_PATH = :/usr/kde/lib:/usr/local/qt/lib Did I mess something up? --Bill ********************************************************************** This email was brought to you by the Mutt E-Mail Client (www.mutt.org) and Debian GNU/Linux (www.debian.org) Use GnuPG for confidential email. (www.gnupg.org) My public key may be found at wwwkeys.pgp.net **********************************************************************
