Qt-interest Archive, December 2006
Qt 3.3.3/3.3.7 linking problems on Tiger against 10.3.9 SDK
Message 1 in thread
I'm trying to get a Qt app (that uses either 3.3.3 or 3.3.7 - I don't
care) built on a Tiger machine against the 10.3.9 SDK so it will run on
Panther. I get all the way to the end and I end up with these link
errors. What am I doing wrong? I thought building against 10.3.9 was
supported?
ld: Undefined symbols:
_vsprintf$LDBLStub
_sprintf$LDBLStub
_fprintf$LDBLStub
_vsnprintf$LDBLStub
_sscanf$LDBLStub
_snprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qcstring.o) reference to undefined
_vsprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qcursor_mac.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qglobal.o) reference to undefined
_fprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qglobal.o) reference to undefined
_vsnprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qimage.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qimage.o) reference to undefined
_sscanf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qdatastream.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(qjpegio.o) reference to undefined
_sscanf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(dlfcn.o) reference to undefined
_snprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(dlfcn.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(dlfcn.o) reference to undefined
_vsnprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(png.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngread.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngwrite.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngerror.o) reference to undefined
_fprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngrtran.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngwutil.o) reference to undefined
_fprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngwutil.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(jerror.o) reference to undefined
_fprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(jerror.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngrutil.o) reference to undefined
_fprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(pngrutil.o) reference to undefined
_sprintf$LDBLStub
/Developer/qt-3.3.3/lib/libqt-mt.a(jmemmgr.o) reference to undefined
_sscanf$LDBLStub
--
[ signature omitted ]