Skip to Content.
Sympa Menu

freetds - Re: [freetds] problem with building out of CVS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] problem with building out of CVS
  • Date: Thu, 28 Sep 2006 22:32:34 -0400

Constantin Vasilyev wrote:
> I'm trying to build latest version of freetds taken from CVS and getting
> some errors (see below). Any idea what could be wrong?
>
> > (autoconf --version; automake --version; libtool --version) |grep GNU
> autoconf (GNU Autoconf) 2.59
> automake (GNU automake) 1.8
> ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
> > ./autogen.sh
> running /usr/local/autoconf-2.59/bin/autoreconf in
> /home/vasilyev/src/freetds-fresh:
> configure.ac:82: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL

http://sourceware.org/autobook/autobook/autobook_254.html

I suspect some stale generated file is tripping you up. If you start from
a clean tree, autogen.sh will run 'autoreconf --install' to recreate them.


AC_LIBTOOL_WIN32_DLL is part of autoconf, and you're using almost the same
stuff I am:

$ cat $(command -v tools) && tools
#! /bin/sh
(autoconf --version
automake --version
libtool --version
) | grep GNU
autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.9.5
ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33)

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page