On Jan 16, 2008 2:11 PM, Mike Jackson <[EMAIL PROTECTED]> 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/
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to