Skip to Content.
Sympa Menu

freetds - Re: [freetds] Mac OS X source build

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Mac OS X source build
  • Date: Fri, 9 Jul 2004 17:44:39 -0400

On Fri, 9 Jul 2004 13:13:36 -0500, "Mark J. Lilback" <mark AT lilback.com>
wrote:
> I remember reading messages that builds work correctly, but is that
> for tarballs or when code is checked out of cvs?
>
> Building out of cvs gives a lot of errors, no matter what versions of
> the tools I use (currently working with libtool-1.5.6, autoconf-2.57,
> automake-1.7.9).

Here's what's used to build the nightly snapshot and distribution
tarballs:

$ (autoconf --version; automake --version; libtool --version) |grep GNU
autoconf (GNU Autoconf) 2.57
automake (GNU automake) 1.7.3
ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.94 2004/04/10 16:27:27)

I think your autoconf may not be set up correctly. It needs m4 macros
defined by libtool. Specifically, AM_PROG_LIBTOOL is defined in something
like /usr/share/aclocal/libtool.m4, and has to be visible to autoconf.

HTH. Let me know.

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page