[freetds] Status: 0.62rc2
James K. Lowden
jklowden at schemamania.org
Mon Jan 5 08:39:04 EST 2004
On 05 Jan 2004 10:54:58 +0100, Frediano Ziglio <freddyz77 at tin.it> wrote:
> > /apps/dev/tools/sun5/SUNWspro/bin/cc -misalign -DHAVE_CONFIG_H -I. -I.
> > -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
> > -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -g -c login.c -KPIC -DPIC -o
> > .libs/login.o
> > "login.c", line 333: undefined symbol: sock_errno
> > "login.c", line 333: undefined symbol: TDSSOCK_EINPROGRESS
> > "login.c", line 347: undefined symbol: TDSSOCK_EINTR
> > cc: acomp failed for login.c
> >
> > seems to be down to 1.118 changes to login.c - Freddy ?
> >
> > Bill
> >
>
> ?? I changed it 6 days ago... I think it's a packaging problem :(
I don't have time to look at it now, but it could easily be a packaging
issue. I did something a little different when building the rc. Instead
of:
$ ./autogen.sh
$ make dist
I did
$ mkdir build
$ cd build;
$ ../autogen.sh
$ make dist
That's supposed to work, and I thought it *was* working previously. But
when I get
sock_errno nondefinitions, it's always been because the distribution
didn't unpack correctly, traceable to the above process.
--jkl
More information about the FreeTDS
mailing list