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: Stan Liberman <stan AT vailsys.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: configure unable to find reentrant functions
  • Date: 12 Sep 2002 16:07:15 -0500


On Thu, 2002-09-12 at 15:53, Lowden, James K wrote:
> > From: Stan Liberman [mailto:stan AT vailsys.com]
> > Sent: September 12, 2002 4:30 PM


[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'

This did it!!!
Thanks a lot. Also, it seems that now reentrant functions are detected
correctly, so my suspicion is that there were more patches to the config
scripts that were required to make it work.

After all this I'm getting an impression that the release tarball is not
all that stable. You really should consider building a _stable_ release
for people out there who are not on the list.
:)
I can finally start testing this 'best ever' version...feels great! :)

> % ./autogen.sh
>
> This should lead to a successful install
> </quote>
>
> Anything in there look likely? What says "echo $ACLOCAL_FLAGS"?
>






--
Thanks,
Stan





Archive powered by MHonArc 2.6.24.

Top of Page