PDA

View Full Version : Qt 4.3 build fails Suse?linux



almost
17th July 2007, 17:57
Hi.
Qt 4.3 fails to build on Suse/Linux (gcc 4.1) with the message:
libQtGUI.so: undefinend reference to ` __ctype_b`

Any hint?

ad5xj
19th July 2007, 17:40
I have SUSE Linux and Qt 4.3 running. But, you need to post more info. Please post the SUSE version and the Qt version. Is this error from the Qt build or from an application build? Are you using the Qt command prompt window to compile or are you trying to compile from a command prompt and minGW build?

marcel
19th July 2007, 19:20
I have SUSE Linux and Qt 4.3 running. But, you need to post more info. Please post the SUSE version and the Qt version. Is this error from the Qt build or from an application build? Are you using the Qt command prompt window to compile or are you trying to compile from a command prompt and minGW build?

Hey, I didn't know there is a Qt command prompt on Linux... I thought that was available only on Windows( starting VS within the appropriate environment ).

Regards

almost
19th July 2007, 21:23
It is SUSE 10.1 with gcc 4.1. It fails each time the compiler tries to link a binary.
the Trolls ( those from Oslo) claim that the problem is a version "incompatibility"
between GCC and GLIBC ...

So probably the best thing is to compile gcc and the try to rebuild Qt4.3.

I will do it after two weeks of vacation...

If someone has a faster way....