Re: kded_kssld linking with libkssl.la
Karl Vogel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
George Staikos wrote: > $ objdump -CT $KDEDIR/lib/kde3/kded_kssld.so | grep KSSLX509Map > 00000000 DF *UND* 00000064 > KSSLX509Map::KSSLX509Map(QString const &) > 00000000 DF *UND* 00000114 > KSSLX509Map::~KSSLX509Map(void) > 00000000 DF *UND* 000000ac > KSSLX509Map::getValue(QString const &) const Strange.. not quite sure why this is different on my system. I'm using gcc V3.4 with the visibility patch I mentioned before.. and have KDE_EXPORT's sprinkled all over kdelibs.. so maybe that is causing it, although I wouldn't have an explanation as to why.