[CMake] linking error after upgrading to snow leopard
James C. Sutherland
James.Sutherland at utah.edu
Fri Sep 11 12:06:06 EDT 2009
On Sep 11, 2009, at 8:24 AM, Boudewijn Rempt wrote:
>
> I'm getting weird linking errors after I upgraded to Snow Leopard.
This is probably because the library you are linking to is 32-bit and
Snow Leopard's development environment will produce 64-bit binaries.
Try recompiling the library/libraries you are linking against.
More information about the CMake
mailing list