From: Warren Young Date: December 20 2005 7:36am Subject: Re: Link problems when building on SUSE 10 List-Archive: http://lists.mysql.com/plusplus/5295 Message-Id: <43A7B462.8030602@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gamez, David wrote: > > Could the problem be connected with libtools trying to link to > libmysqlclient.a instead of libmysqlclient.la and is this the > 'recompliation' that is requested when it says 'recompile with > -fPIC'? It's possible. It may be especially problematic if you build MySQL++ dynamically against the MySQL C API library, and then statically link to it when building your program. Why are you trying to link to a static version of the MySQL C API library anyway? P.S., I've replied to the mailing list. Please keep this sort of discussion there.