From: klaas.holwerda <ng...@kl...> - 2007-04-03 21:50:08
|
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 |