Skip to Content.
Sympa Menu

freetds - 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: configure unable to find reentrant functions
  • Date: 12 Sep 2002 12:57:49 -0500


Hi,

I've just downloaded the release version and my attempts to build it are
consistently failing.
When I run
./configure --enable-threadsafe
I see the following lines:

checking threadsafety... enabled
checking for which type of gethostbyname_r... checking for
gethostbyname_r... no
no
checking for getservbyname_r... checking for getservbyname_r... no
no
checking for which type of gethostbyaddr_r... checking for
gethostbyaddr_r... no
no
done


If I try to compile, it bombs building threadsafe.o saying:

threadsafe.c:94:2: #error gethostbyname_r style unknown
threadsafe.c:119:2: #error gethostbyaddr_r style unknown
threadsafe.c:144:2: #error getservbyname_r style unknown


I build on Solaris 5.8 on Intel.

--
Thanks,
Stan Liberman





Archive powered by MHonArc 2.6.24.

Top of Page