Skip to Content.
Sympa Menu

freetds - Re: [freetds] Solaris linking

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Solaris linking
  • Date: Tue, 07 Dec 2004 12:23:36 +0100

Il mar, 2004-12-07 alle 11:27, Martin Spott ha scritto:
> Frediano Ziglio wrote:
>
> > Fixed in CVS (0.63) some days ago. The workaround it's to do a
> > # touch include/config.h.in
> > before calling configure script
>
> Ah, yes, I remember, someone already mentioned on this list. Now I get
> as far as with the analogue setup on AIX and IRIX. I really suggest to
> explicitly link the helper libraries 'libtds_objects' and
> 'libreplacements' statically into 'libtds'. As I've seen so far these
> libs are only used in conjunction with 'libtds' anyway which means it
> doesn't make much sense - in my eyes - to keep them separate,
>
> Martin.

??
In Linux it's what it does...

Could you try this?
- un-package again
- touch include/config.h.in
- configure
- in src/tds/Makefile find the line that start with libtds_la_LIBADD and
replace with this line (it's a single line)

libtds_la_LIBADD = -static ../replacements/libreplacements.la
libtds_objects.la $(NETWORK_LIBS) $(LIBICONV) $(FREETDS_LIBGCC)

- make again

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page