9 messages in com.mysql.lists.plusplusRe: Link problems when building on SU...
FromSent OnAttachments
Gamez, David14 Dec 2005 05:50 
Warren Young15 Dec 2005 04:50 
Warren Young19 Dec 2005 23:35 
Gamez, David20 Dec 2005 03:15 
Warren Young20 Dec 2005 03:48 
Gamez, David20 Dec 2005 05:46 
Tommy Apel20 Dec 2005 06:00 
Warren Young20 Dec 2005 07:26 
Tommy Apel20 Dec 2005 07:42 
Subject:Re: Link problems when building on SUSE 10
From:Warren Young (mysq@etr-usa.com)
Date:12/19/2005 11:35:40 PM
List:com.mysql.lists.plusplus

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.