Skip to Content.
Sympa Menu

freetds - Re: Build error?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT umcc.ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Build error?
  • Date: Thu, 26 Aug 1999 11:50:20 -0400 (EDT)



I had the same problem with RH 5.x (6.0 fixes it). The problem seems to be
that /usr/share/aclocal is missing libtool.m4. So, I grabbed the libtool
tarball (www.gnu.org/software/libtool) and copied it there. I'm not
sure if this is the right fix...but it worked. I haven't really
decided whether I should have a acinclude.m4 with freetds with
AM_PROG_LIBTOOL in it or whether RH 5.x is broke. The other fix is to do
something like this in the makefile:

- cd && ACLOCAL
+ cd #&&ACLOCAL

which is really hackish and goes away everytime you ./configure but also
works if you just want to get it compiled quickly.

Brian

On Thu, 26 Aug 1999, Michael Peppler wrote:

> I just grabbed the latest CVS image, and I got
>
> % configure
> ...
> % make
> cd . && aclocal
> aclocal: configure.in: 14: macro `AM_PROG_LIBTOOL' not found in library
> make: *** [aclocal.m4] Error 1
>
> (linux RH5.2)
>
> I'm sure it's a trivial thing...
>
> Michael
> --
> Michael Peppler -||- Data Migrations Inc.
> mpeppler AT peppler.org -||- http://www.mbay.net/~mpeppler
> Int. Sybase User Group -||- http://www.isug.com
> Sybase on Linux mailing list: ase-linux-list AT isug.com
>





Archive powered by MHonArc 2.6.24.

Top of Page