5 messages in com.mysql.lists.plusplusRe: missing SONAME?
FromSent OnAttachments
Andres Salomon11 May 2006 23:59 
Andres Salomon12 May 2006 00:05 
Warren Young12 May 2006 04:54 
Andres Salomon12 May 2006 10:07 
Warren Young05 Jul 2006 14:00 
Subject:Re: missing SONAME?
From:Andres Salomon (dili@debian.org)
Date:05/12/2006 10:07:35 AM
List:com.mysql.lists.plusplus

On Fri, 2006-05-12 at 05:54 -0600, Warren Young wrote:

Andres Salomon wrote:

With mysql++ 2.1.x, it looks like the Bakefile changes have dropped the SONAME.

We're no longer using libtool, and with that goes a lot of details like this. This is simply because Bakefile does not support libtool. I would think a better patch is to change Bakefile so it uses libtool for autoconf-based projects, but that's just me.

That would work; alternatively, just adding the SONAME bits if gcc is being used.