<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>dsl-corax:~ pauldavidson$ lipo -info /Users/pauldavidson/dev/cape96/libmysqlclient.a</div><div>input file /Users/pauldavidson/dev/cape96/libmysqlclient.a is not a fat file</div><div>Non-fat file: /Users/pauldavidson/dev/cape96/libmysqlclient.a is architecture: x86_64</div><div><br></div><div><br></div><div>Noted that Xcode is set for 32 bit universal output. Tried setting it to 10.6 / 64 bit output but:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 12px; text-indent: -12px; font: normal normal normal 11px/normal Menlo; "> can't build libfpc.a for x86_64 (ppcx64 not found)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 12px; text-indent: -12px; font: normal normal normal 11px/normal Menlo; ">mv: rename /Users/pauldavidson/dev/cape96/build/cape96.build/Debug/fpc.build/libfpc.a to /Users/pauldavidson/dev/cape96/build/Debug/libfpc.a: No such file or directory</div><div style="text-indent: -12px;"><font class="Apple-style-span" face="Menlo" size="3"><span class="Apple-style-span" style="font-size: 11px;"><br></span></font></div></div></div><div><br></div><div>Thank you</div><div><br></div><div>Off topic: Friend of mine :) <a href="http://wheresthefilm.com/Insects/Beetles/slides/StackBeetle02.html">http://wheresthefilm.com/Insects/Beetles/slides/StackBeetle02.html</a></div><div><br></div><div><br></div><div><br><blockquote type="cite"><div>It means that the library contains code for different architectures than the one you are compiling for (e.g., you are compiling for i386 and the library only contains PowerPC or x86_64 object files). That would indeed explain the problem.<br><br>You can run<br> lipo -info /Users/pauldavidson/dev/cape96/libmysqlclient.a<br><br>to see for which architectures the library contains code.<br><br><br>Jonas<br>_______________________________________________<br>fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br><a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br></div></blockquote></div><br></body></html>