Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning

Maksim Orlovich mo002j at mail.rochester.edu
Wed Jul 21 15:42:51 CEST 2004


On Wed, 21 Jul 2004, Simon Hausmann wrote:

> On Wednesday 21 July 2004 02:44, Maks Orlovich wrote:
> > > > <snip excellent work>
> > > > If I recall correctly, Qt also uses a version script, doesn't it?
> > >
> > > Not that I'm aware off.. don't see anything special in mkspecs/linux-g++
> >
> > From src/qt.pro:
> >
> > linux-*:version_script {
> >    QMAKE_LFLAGS += -Wl,--version-script=libqt.map
> >    TARGETDEPS += libqt.map
> > }
> >
> > i.e. see libqt.map. So effect will probably be even bigger on kdelibs.
>
> But that's not used in the default build. You'd have to set the version_script
> qmake variable for that to take effect. Besides that I think the map is
> outdated.

Makes me wonder why I was updating it when doing debugging hooks then.
On the other hand, it explains why I couldn't find that qt_do_modal or
such thing in the script. Thanks for the correction


More information about the Kde-optimize mailing list