>Just to double check, you posted this earlier:
>
>
>To Steven Yi:
>otool command result:
>libLaivConv.dylib:
>/usr/local/lib/libLaivConv.dylib (compatibility version 1.0.0, current
>version 1.0.0)
>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>version 159.1.0)
>
>file command result:
>libLaivConv.dylib: Mach-O 64-bit dynamically linked shared library x86_64
>
>
>Which only shows x86_64. Is this not the opcode library you built?
Indeed, that is quite strange. I double checked, and yes, that is the output I get with the correct .dylib. I'm not too well versed in all this architecture stuff, so all I can say with certainty is that my Xcode architecture settings are:
Architectures: 64-bit Intel
Base SDK: Latest Mac OS X (Mac OS X 10.7)
Build active architectures only: Yes (I tried No also, didn't help)
supported platforms: macosx
Valid architectures: i386 x86_64
I don't know if that helps.
-Lars