Am 08.11.2013 um 23:03 schrieb Thiago Macieira <thiago.macie...@intel.com>:
> On sexta-feira, 8 de novembro de 2013 21:44:23, Emmanuel Bourgerie wrote:
>> They are fine AFAIK. Is there a command to double-check?
>
> "otool" should be able to print the headers, but the "file" command should be
> enough. If file says that it's a Mach-O fat binary, check which architectures
> are contained inside.
file and otool do the job just fine. Another one would be lipo.
I found a nice summary of those tools and their usage here:
http://wiki.herzbube.ch/index.php/Mac_OS_X_Programming
However IIRC if an architecture mismatch between your binary and the library
you are trying to link against was really the case then the linker would
actually give a hint like "architecture x64 not found in binary" or
"architecture x64 not supported" instead of an ordinary "library not found" (I
think that was the actual problem of the OP, right?)
Anyway, the above mentioned tools should quickly help tracking down the issue.
Cheers,
Oliver
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest