[freetds] New tests: FreeBSD and Solaris

ZIGLIO, Frediano, VF-IT Frediano.Ziglio at vodafone.com
Tue Oct 19 05:39:28 EDT 2004


I did some compile tests with SF compile farm.

SPARC Solaris 9 using SUN compiler
==================================
CC=/opt/SUNWspro/bin/cc LD=/usr/ccs/bin/ld ./configure
--prefix=$HOME/install --enable-extra-checks

You HAVE to specify linker, if you don't provide correct LD configure
detect GNU one and libtool fails...
It compile with some minor warnings, tsql seems to work (no linkers
problems).

I didn't receive any linker problems (symbols not found errors).

FreeBSD
=======
./configure --enable-extra-checks --prefix=$HOME/install

I had to remove an extra ';' at the end of a row in src/tds/token.c. I
removed -Bsymbolic from linker (to avoid a lot of undefined warnings).
Other minor warnings removed on CVS. It compile, tsql load correctly.

freddy77


More information about the FreeTDS mailing list