[ghemical-devel] Re: Ghemical 1.51 and Shared Libraries?

Geoff Hutchison ghutchis@wso.williams.edu
Thu, 12 Aug 2004 14:24:52 -0400


On Aug 12, 2004, at 2:36 AM, Tommi Hassinen wrote:

> But when I try to re-build the scripts using autoconf/automake, I get
> strange results (I have Autoconf version 2.13 and automake (GNU 
> automake)
> 1.4-p6 in a debian "testing" system). So I do

I really suggest updating autoconf/automake/libtool to more recent 
versions. For one, these older versions do not compile shared libraries 
correctly on Mac OS X.

I currently am using:
[ghutchis@Alumina] ghutchis: automake --version
automake (GNU automake) 1.8.2
Written by Tom Tromey <tromey@redhat.com>.

[ghutchis@Alumina] ghutchis: autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

[ghutchis@Alumina] ghutchis: libtool --version
ltmain.sh (GNU libtool) 1.5.2 (1.1220.2.60 2004/01/25 12:25:08)

AFAIK, these are the most recent versions. I keep them in /usr/local so 
I can revert to older versions if I choose.

-Geoff