[PyKDE] PyQT on Mandrake 9.1 issues

Gerard Vermeulen gvermeul at grenoble.cnrs.fr
Mon Apr 7 14:32:01 BST 2003


On Mon, 7 Apr 2003 12:03:10 +0100
Phil Thompson <phil at river-bank.demon.co.uk> wrote:

> On Monday 07 April 2003 11:09 am, Damien Bateman wrote:
> > > I'll post the outcome to the list just
> > > so
> > > we have another thread on a Mandrake 9.1 related
> > > issue.
> >
> > Just updating the list after rebuilding successfully
> > with the #define QT_NO_STYLE directives added to
> > qconfig.h (I only needed QT_NO_STYLE_CDE and
> > QT_NO_STYLE_SGI) - I'm now experiencing the same
> > problem as others have had with the undefined symbol
> > _ZNK16QAssistantClient9classNameEv when linking, so I
> > will follow the similar posts to resolve the issue.
> 
> Out of curiosity, what version of binutils does Mandrake use?
> 
> I changed my Qt setup to do a "make install" rather than leaving the build in 
> situ so that I could investigate the problem further - except that it works 
> fine for me.  I'm using binutils 2.13.
> 
> Phil
> 

New in the qmake.conf file for linux-g++ of Qt-3.1.2 is the line:

QMAKE_STRIPFLAGS_LIB    += --strip-unneeded

Qt-3.1.1 does not yet have it.

Gerard




More information about the PyQt mailing list