Oooooold link error back again.

Thiago Macieira thiago at kde.org
Fri Dec 26 02:41:16 CET 2008


Jonas Bähr wrote:
>00154160 t __Z24mac_fork_and_reexec_selfv

That lowercase t means it's not a global symbol.

Since it's not declared static, I can only conclude that the 
KDECORE_EXPORT macro isn't working.

And reading kdemacros.h.cmake, it seems CMake failed to detect gcc's 
support for hidden visibility, so the macros are defined to nothing. 
That's your bug #1.

The bug #2 is that, even though we failed to detect support for the gcc 
attributes, we still compiled with -fvisibility=hidden.

So, either we have those two bugs (which is unlikely), or something else 
is interfering with kdemacros.h or the KDE_EXPORT macro. Please check your 
kdemacros.h file that was generated and check the preprocessed output of 
the kkernel_mac.cpp compilation.

-- 
  Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
    PGP/GPG: 0x6EF45358; fingerprint:
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20081225/22841187/attachment.sig 


More information about the Kde-buildsystem mailing list