From: Warren Young Date: December 1 2007 6:48am Subject: Re: Still having issues with OS X Leopard even with fink mysql build... List-Archive: http://lists.mysql.com/plusplus/7209 Message-Id: <475103A2.1070801@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Graham Reitz wrote: > > ld: warning in /sw/lib/mysql/libmysqlclient_r.dylib, file is not of > required architecture There are *four* architectures in a complete Universal binary under Leopard, not two as in Tiger: PPC and x86, each in both 32-bit and 64-bit flavors. You can see what flavors the .dylib file is built for by doing a Get Info on it. I'll bet Fink isn't building all four (probably only one, in fact), and your Xcode settings are set for one of those missing alternatives.