Skip to Content.
Sympa Menu

freetds - Re: Can't compile ANY version, need help

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT speakeasy.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Can't compile ANY version, need help
  • Date: Sat, 28 Apr 2001 02:34:25 +0000


Chris Wood wrote:

> 0.51 gives a file not found for two *.la files, but it doesn't give any
> syntax errors. If I remove lib_LTLIBRARIES = libct.la in
> src/ctlib/Makefile and lib_LTLIBRARIES = libsybdb.la in
> src/dblib/Makefile, it will compile but it fails the tests.

Chris,

I am *not* a Gnuru, but I can tell you libct.la is an output of libtool, so
your
problem starts earlier. Here are the contents of one from 5.0:
-- snip --
# libct.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.3.3 (1.385.2.181 1999/07/02 15:49:11)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
-- snip --

Just to check the oil: Are you using gmake? Mine's version 3.79.1. Did
everything
really go swimmingly until libct.la wasn't found?

> Do the coders read this list? I'd hate to bother them by email
>

You know the advice about teaching pig to sing? It won't work and it annoys
the
pig. Anyone who'll help you reads this list.

The fellow who can best answer your question hasn't been around lately,
probably
wooed by money or some other similarly base cause. But my bet is the
Makefile is
fine and the problem is environmental.

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page