[CMake] My dammed problem with OSX and Qt

Brandon Van Every bvanevery at gmail.com
Wed Jan 16 12:32:44 EST 2008


On Jan 16, 2008 12:16 PM, Leopold Palomo-Avellaneda <leo at alaxarxa.net> 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


More information about the CMake mailing list