
2 Sep
2003
2 Sep
'03
07:41
I was missing the LD_LIBRARY_PATH and QTDIR exported during the building process. Under INSTALL there is mentioned you have to: export QTDIR, LD_LIBRARY_PATH to the builiding directory, where the qtdir is compiled. Everything worked fine. Thanks anyway for tip. stefan
Stefan Parvu <sp@sunguru.com> [Mon, 1 Sep 2003 19:48:04 +0300]:
Anyway I have got problems even with the new compiler. 'Undefined symbols'/'relocation error' when trying to compile QT 3.2.1 with gcc-3.3.1
Try adding -fno-unit-at-a-time to the compiler flags. If that helps, it is a known bug which has been fixed in the meantime.
Philipp