Skip to Content.
Sympa Menu

freetds - [freetds] New tests: FreeBSD and Solaris

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] New tests: FreeBSD and Solaris
  • Date: Tue, 19 Oct 2004 11:39:28 +0200

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



  • [freetds] New tests: FreeBSD and Solaris, ZIGLIO, Frediano, VF-IT, 10/19/2004

Archive powered by MHonArc 2.6.24.

Top of Page