On Jan 16, 2008 12:16 PM, Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> wrote: > > without any problem. Howeber, when I try to compile the project in OSX, I can > compile the libs, one exec but it fails with the first plugin. I have > isolated the problem in this: > > Linking CXX shared library libpluginregistrodeiva.dylib > Undefined symbols: > > I don't have any special consideration with the OSX platform (CMake is > wonderfull, isn't it?) but it fails in this. It seems that the compiler, when > link the plugin try to find anything that doesn't find (in linux it finds...)
I wonder if this is the "Apple linker always prefers dynamic libs" problem. Search the mailing list archives for that. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
