Francesco Montorsi wrote:
> very strange. This may need investigation: could it be because of some
> incorrect RTTI usage?
>   
I am not using wxProcess anywhere i know of.
>
> which seems to mean that it tells to ld to use static libs to resolve 
> _all_ symbols.
>   
Yes, so what? -Bstatic and -Bdynamic are used both, so its a mix 
generated by Cmake, if it finds a dynamic version , it will use that, 
else the static flag. Maybe this mix does not combine well, although i 
think even wxWidgets always links some libraries shared always.

Sofar i seem to be unable to set a flag to only use static or dynamic 
libsa to link to :-(

Klaas



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to