Skip to Content.
Sympa Menu

freetds - Re: [freetds] FreeTDS v0.82 doesn't install static libs

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: Re: [freetds] FreeTDS v0.82 doesn't install static libs
  • Date: Wed, 30 Jul 2008 08:54:03 +0200

>
> RW Salnick wrote:
> >/
> />/ What must we do to get v 0.82 to build and install:
> />/
> />/ * /usr/local/freetds-0.82/lib/libtdssrv.a
> />/ * /usr/local/freetds-0.82/lib/libtds.a
> /
> http://www.freetds.org/faq.html#where.is.libtds.so
>
> Both are built automatically:
>
> $ find build -name \*.a | grep tds
> build/src/tds/.libs/libtds.a
> build/src/server/.libs/libtdssrv.a
>
> They aren't installed by "make install" because they're not needed for
> normal applications. You can just copy them to
> /usr/local/freetds-0.82/lib.
>
> HTH.
>
> --jkl
>
> We have done that. And when I try to link to the libraries,
> this is what I get:
>
> cc -o tester -I. -I/usr/local/freetds-0.82/include -L./
> -L/usr/local/lib -L/usr/local/freetds-0.82/lib tester.c
> lowlevel.o -lsponsorbilling
> /usr/local/freetds-0.82/lib/libsybdb.a
> /usr/local/freetds-0.82/lib/libtdssrv.a
> /usr/local/freetds-0.82/lib/libtds.a
> /usr/local/freetds-0.82/lib/libsybdb.a(util.o)(.text+0x353):
> In function `tds_gettime_ms':
> /usr/users/rwhite/freetds-0.82/src/tds/util.c:216:
> undefined reference to `clock_gettime'
> /usr/local/freetds-0.82/lib/libsybdb.a(net.o)(.text+0x721):
> In function `goodread':
> /usr/users/rwhite/freetds-0.82/src/tds/net.c:536:
> undefined reference to `gnutls_record_recv'
>
> [ and about a million more of these ]
>

It's expected. While dynamic library usually automatically included needed
dependencies
static libraries need explicit dependencies. In this case gnutls and rt or
posix4.

freddy77

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.24.

Top of Page