[CMake] My dammed problem with OSX and Qt

Benjamin Reed rangerrick at gmail.com
Wed Jan 16 14:13:49 EST 2008


On Jan 16, 2008 2:11 PM, Mike Jackson <imikejackson at gmail.com> wrote:

> I think that is your problem. If you plugin is ONLY linking against
> bulmalib BUT aplinteligentesview is defined in bulmacont executable,
> then the linking for the plugin will NOT be possible because the
> plugin is looking for aplinteligentesview in the bulmalib but it is
> really located in bulmacont executable. Make sense?

Right.  Mac OS X is much stricter than most *NIXen about symbol
reslution.  It is possible to work around it, but better (and more
portable) to make sure all symbols exist at link time, between any of
the things you're linking.

-- 
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/


More information about the CMake mailing list