Skip to Content.
Sympa Menu

freetds - Re: configure unable to find reentrant functions

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: configure unable to find reentrant functions
  • Date: Thu, 12 Sep 2002 16:53:15 -0400


> From: Stan Liberman [mailto:stan AT vailsys.com]
> Sent: September 12, 2002 4:30 PM
>
> > > I just checked out the latest version from the CVS, and since
> > > I'm having problems with building checked out stuff
>
> Is it possible that it requires some newer/different versions of
> automake, autoconf, or libtool?
>
> I also have libtool installed in my home directory, since I don't have
> root privileges on the server, and we don't use much of the OSS except
> for FreeTDS.
>
> (solaris) stan@sipdev2 $ ./autogen.sh
> **Warning**: I am going to run `configure' with no arguments.
> If you wish to pass any to it, please specify them on the
> `./autogen.sh' command line.
>
> processing .
> Running libtoolize...
> You should add the contents of
> `/export/home/stan/share/aclocal/libtool.m4' to `aclocal.m4'.
> Running aclocal ...
> aclocal: configure.in: 21: macro `AM_PROG_LIBTOOL' not found
> in library
[snip]

Let's start there, that shouldn't happen. I don't believe it's a version
issue; I think that's a well-established macro. Based on what follows, I
think the message about /export/stan is a clue. For the record, I have:

$libtool --version
ltmain.sh (GNU libtool) 1.4a (1.641.2.255 2001/05/22 10:39:30)

A bit o' googling brought me to:

http://mail.gnome.org/archives/gnumeric-list/1999-October/msg00074.html

in particular:

<quote>
X.1.3.1 Problems building from CVS

Sometimes, depending on what other packages you've installed or
compiled or upgraded, you may run into problems during the autogen.sh
script. Some symptoms of these problems look like:

% ./autogen.sh
[snip]
Running aclocal -I macros ...
aclocal: configure.in: 13: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.in: 19: macro `AM_PATH_GTK' not found in library
aclocal: configure.in: 19: macro `AM_PATH_GTK' not found in library
[snip]

This is caused when the aclocal program cannot find all the required
m4 macro files. In this case, we have installed or upgraded software
packages into the /usr/local directory hierarchy. However, aclocal is
only looking in the standard /usr/share/aclocal directory and the
local ./macros directory. We need to tell aclocal to look in the
/usr/local/share/aclocal directory for user-installed files.

% export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'
% ./autogen.sh

This should lead to a successful install
</quote>

Anything in there look likely? What says "echo $ACLOCAL_FLAGS"?

Regards,

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page