Skip to Content.
Sympa Menu

freetds - Re: patches committed, changes afoot

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Bill Thompson" <thompbil AT exchange.uk.ml.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: patches committed, changes afoot
  • Date: Mon, 10 Jun 2002 09:02:36 -0400


Brian,

Sun Solaris 2.6

Nothing wrong with the options specified :

NETWORK_LIBS = -lsocket -lnsl

just that those library directives were not getting on to the cc command
line, which just looked like this:

gcc -g -O2 -DTDS50 -o .libs/freebcp freebcp.o ../dblib/.libs/libsybdb.so
-R/home/thompbil/freetds/lib

I had to assign NETWORK_LIBS to LIBS , to get them included...

Bill




Archive powered by MHonArc 2.6.24.

Top of Page