Re: post82.diff
Jeremy Kister <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On 9/14/2008 12:34 AM, James K. Lowden wrote: > http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-patched.tgz > > I'd be interested to hear your experience with that. configure and make both were fine. make check fails with: mkdir .libs gcc -D_REENTRANT -pthreads -g -O2 -Wdeclaration-after-statement -o t0001 t0001.o common.o ../.libs/libtds.a ../../replacements/.libs/libreplacements.a -lnsl -lsocket Undefined first referenced symbol in file libiconv_close ../.libs/libtds.a(iconv.o) libiconv_open ../.libs/libtds.a(iconv.o) libiconv ../.libs/libtds.a(iconv.o) ld: fatal: Symbol referencing errors. No output written to t0001 collect2: ld returned 1 exit status make[5]: *** [t0001] Error 1 make[5]: Leaving directory `/usr/local/src/freetds-0.82.1.dev.20080913/src/tds/unittests'