[fpc-pascal] MySQL

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Oct 16 14:46:00 CEST 2009


On 16 Oct 2009, at 14:16, Paul Davidson wrote:

> dsl-corax:~ pauldavidson$ lipo -info /Users/pauldavidson/dev/cape96/ 
> libmysqlclient.a
> input file /Users/pauldavidson/dev/cape96/libmysqlclient.a is not a  
> fat file
> Non-fat file: /Users/pauldavidson/dev/cape96/libmysqlclient.a is  
> architecture: x86_64
>
> Noted that Xcode is set for 32 bit universal output.  Tried setting  
> it to 10.6 / 64 bit output but:
>
> can't build libfpc.a for x86_64 (ppcx64 not found)
> 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

That's correct, FPC 2.2.4 only support i386 and PowerPC for Mac OS X.  
The upcoming 2.4.0 release will also support x86_64, PowerPC/64 and ARM.


Jonas



More information about the fpc-pascal mailing list