[fpc-pascal] MySQL

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Oct 16 15:21:29 CEST 2009


On 16 Oct 2009, at 15:12, Paul Davidson wrote:

> Ok, 32 bit universal it is!
>
> Is there any database access method that works with this mode for  
> 10.6.1?  And how?

Since MySQL is not shipped with Mac OS X, you somehow installed/ 
obtained an x86_64 version of its client library. Install/obtain a ppc/ 
i386 version of the client library, and you can link 32 bit programs  
against it. Mac OS X 10.5/10.6 running on an x86_64-capable cpu can  
run i386, x86_64 and ppc binaries (the last ones under emulation, the  
rest natively).


Jonas



More information about the fpc-pascal mailing list