Skip to Content.
Sympa Menu

freetds - RE: [freetds] more freetds on Solaris

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] more freetds on Solaris
  • Date: 06 Dec 2002 23:03:46 +0100

> > /bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H
> > -I. -I. -I../../include -I../../include
> > -D_FREETDS_LIBRARY_SOURCE -DTDS70 -D_REENTRANT
> > -D_THREAD_SAFE -Wall -Wstrict-prototypes -Wmissing-
> > prototypes -g -O2 -c -o threadsafe.lo `test -f
> > 'threadsafe.c' || echo './'`threadsafe.c
>
> This is peculiar. You didn't configure --enable-threadsafe, but THREAD_SAFE
> is defined....
>

??? try to do a "make distclean" and rebuild...

[... freetds]$ autoconf --version
autoconf (GNU Autoconf) 2.54
...
[... freetds]$ automake --version
automake (GNU automake) 1.6.3
...

[... freetds]$ aclocal --version
aclocal (GNU automake) 1.6.3

> > gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
> > -D_FREETDS_LIBRARY_SOURCE -DTDS70 -D_RE
> > ENTRANT -D_THREAD_SAFE -Wall -Wstrict-prototypes
> > -Wmissing-prototypes -g -O2 -c threadsafe.c -Wp,-M
> > D,.deps/threadsafe.TPlo -fPIC -DPIC -o .libs/threadsafe.o
> > threadsafe.c: In function `tds_get_homedir':
> > threadsafe.c:219: too many arguments to function `getpwuid_r'
>
> What is you OS's functional prototype for getpwuid_r?
>

Fixed in CVS... instead of return error return passwd pointer.

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page