Skip to Content.
Sympa Menu

freetds - RE: Compile Error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Andre Costa <brblueser AT uol.com.br>
  • To: "TDS Development Group" <freetds AT franklin.metalab.unc.edu>
  • Cc: cjhohim AT sandia.gov
  • Subject: RE: Compile Error
  • Date: Mon, 10 Jun 2002 13:36:32 -0300


Hi Chris,

from your output, it seems the linker (ld) choked up on one of its
arguments (suppress-flat_namespace). Also, it seems to be handled by
libtool, so maybe an upgrade on libtool might make the probl go away (...
or maybe make things become even worse ;) )

What version of libtool do you have installed? Latest release is 1.4.2 and
can be found here:

http://www.gnu.org/software/libtool/

(NOTE: I don't really know if FreeTDS requires latest libtool, but you
probl is probably related to it, so maybe [up|down]grading could help)

HTH

Best,

Andre

On Mon, 10 Jun 2002 10:06:58 -0600
"Chris Hohimer" <cjhohim AT sandia.gov> wrote:

> [localhost] username% make --version
> GNU Make version 3.79, by Richard Stallman and Roland McGrath.
> Built for powerpc-apple-darwin1.4
> Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
> Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
>
> Report bugs to <bug-make AT gnu.org>.
>
> that is my make version. It's a gnu make.
> Do you have any other ideas?
>
> thanks
> Chris Hohimer
> Sandia National Labs
> CSU821 ORG9623
>
> On Monday, June 10, 2002, at 09:43 AM, Lowden, James K wrote:
>
> >> From: Chris Hohimer [mailto:cjhohim AT sandia.gov]
> >> Sent: June 10, 2002 10:08 AM
> >>
> >> When I try and compile freetds i get this error:
> >>
> >> ld: -undefined: unknown argument: suppress-flat_namespace
> >> /usr/bin/libtool: internal link edit command failed
> >> make[3]: *** [libtds.la] Error 1
> >> make[2]: *** [all-recursive] Error 1
> >> make[1]: *** [all-recursive] Error 1
> >> make: *** [all-recursive] Error 1
> >> [localhost:~/Desktop/freetds-0.53] username%
> >>
> >> My Machine looks like this:
> >> MacOsX 10.1.5
> >> Apache 1.3.23
> >> PHP 4.1.2
> >
> > Chris,
> >
> > I'm not a Mac user, but I think you need Gnu make. If "make
> > --version" shows something like "make: illegal option -- v", you've
> > got BSD make. Gnu
> > make will show something like
> >
> > $gmake --version
> > GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
> > [etc.]
> >
> > HTH. Welcome to FreeTDS.
> >
> > --jkl
> >
> > ---
> > You are currently subscribed to freetds as: [cjhohim AT sandia.gov]
> > To unsubscribe, forward this message to leave-
> > freetds-144356C AT franklin.oit.unc.edu
>
>
>
> ---
> You are currently subscribed to freetds as: [brblueser AT uol.com.br]
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>




Archive powered by MHonArc 2.6.24.

Top of Page