[Interest] Use Oracle 11g with Qt5.1 on MacOS

Till Oliver Knoll till.oliver.knoll at gmail.com
Sat Nov 9 11:58:09 CET 2013


Am 08.11.2013 um 23:03 schrieb Thiago Macieira <thiago.macieira at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131109/df1ed66d/attachment.html>


More information about the Interest mailing list