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: "Mark J. Lilback" <mark AT lilback.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Mac OS X source build
  • Date: Tue, 13 Jul 2004 15:21:18 -0500

Turns out that all three tools need to be installed with the same prefix. I created a prefix just for use with freetds (/usr/local/ftdstools) and it all works fine if I add that to the start of my PATH.


At 5:44 PM -0400 7/9/2004, James K. Lowden wrote:
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.


--
__________________________________________________________________________
"The fetters imposed on liberty at home have ever
Mark J. Lilback been forged out of the weapons provided for
<mark AT lilback.com> defence against real, pretended, or imaginary
http://www.lilback.com/ dangers from abroad." -- James Madison




Archive powered by MHonArc 2.6.24.

Top of Page