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 12:03:19 -0400 (EDT)




On Thu, 26 Aug 1999, Michael Peppler wrote:

> Brian Bruns writes:
> >
> > 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.
>
> OK - thanks.
>
> On Solaris 7 it builds cleanly, but DBD::Sybase 0.19 core dumps.
>
Solaris detects the endianess wrong. Unfortunately, I don't have a
Solaris machine to test on, so it has remained unfixed...if you change
HW_LITTLE_ENDIAN to HW_BIG_ENDIAN in the makefiles things should work.
<rant>autoconf is an amazing peice of work, but its also a confusing
mess</rant>

> BTW - for DBD::Sybase 0.20 I'm adding CS_VER_STRING and
> CS_OPT_QUOTED_IDENT (just to keep you on your toes :-)
>
Oh great now I have to go look up what those do! ;-)

Thanks for the heads up

Brian

> Michael
>
> >
> > 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
> > >
> >
> >
> > ---
> > You are currently subscribed to freetds as: mpeppler AT peppler.org
> > To unsubscribe, forward this message to $subst('Email.Unsub')
> >
>
> --
> 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
>
> ---
> You are currently subscribed to freetds as: camber AT ais.org
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page