Skip to Content.
Sympa Menu

freetds - Re: [freetds] Compiling FreeTDS on Mac OS 10.5 Leopard

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Patrick van Kleef <iodbc AT openlinksw.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Compiling FreeTDS on Mac OS 10.5 Leopard
  • Date: Thu, 1 Nov 2007 16:27:23 +0100

Hi James,

A similar report was posted a few days ago. It looks like libtool, which
generates the linker command, doesn't work with OS X 10.5.

You should be able to fix this by installing a newer libtool and replacing
the one included in the FreeTDS tarball. Cf. the maxoshints article
above. For extra credit, post the steps here.

Normally you could run the glibtoolize program on your Mac OS X 10.5 system and rerun the aclocal and autoconf scripts before running configure, but alas that also does not produce a working installation.

The quick workaround:

./configure ........
cp /usr/bin/glibtool libtool
make


For some reason, the glibtool script is not the same as what glibtoolize installs in your project.

When i have a moment i will try to digg out the exact differences, so i can file a bugreport to Apple.


Patrick




Archive powered by MHonArc 2.6.24.

Top of Page