Has anyone successfully built FreeTDS 0.60 on 10.2? Here's what I get:
% ./configure --with-tdsver=5.0 --with-iodbc=/usr
[...]
% make
[...]
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include
-I../../include -g -O2 -DTDS50 -DIODBC -c asprintf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2
-DTDS50 -DIODBC -c asprintf.c -o asprintf.o
asprintf.c: In function `vasprintf':
asprintf.c:67: `_SC_PAGESIZE' undeclared (first use in this function)
asprintf.c:67: (Each undeclared identifier is reported only once
asprintf.c:67: for each function it appears in.)
make[3]: *** [asprintf.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
--
Don Rainwater, Technology Manager [EMAIL PROTECTED]
UCit Educational Services
University of Cincinnati
- Re: FreeTDS 0.60? Don Rainwater
- Re: FreeTDS 0.60? Celeste Suliin Burris