Skip to Content.
Sympa Menu

freetds - Re: Error in negative money values returned Linux/PHP4.0.x/MSSQL 6.5

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Andrew Bowman <abowman AT omegafi.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Error in negative money values returned Linux/PHP4.0.x/MSSQL 6.5
  • Date: Thu, 17 May 2001 16:39:30 -0400



OS: RedHat 6.2
Gmake: 3.77
tdsver: whatever is under freetds.snapshot.tgz on the download page on
5/17/2001

Okay. I've got another problem. This time it's with the build
process. I downloaded the snapshot and tried to compile it, but gmake
chokes like this:


creating src/Makefile
gmake[1]: Leaving directory `/usr/src/omega/freetds/freetds/src'
gmake[1]: Entering directory `/usr/src/omega/freetds/freetds/src'
Making all in tds
gmake[2]: Entering directory `/usr/src/omega/freetds/freetds/src/tds'
cd ../.. && automake --gnu src/tds/Makefile
src/tds/Makefile.am:3: library used but `LIBTOOL' not defined in
`configure.in'
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/usr/src/omega/freetds/freetds/src/tds'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/src/omega/freetds/freetds/src'
gmake: *** [all-recursive] Error 1

The funny thing is that it does this for each directory under src. It
choked on the first directory, and then when I reran it it got through
the first directory and and choked on the...rerun third...rerun
fourth...and so on:

gmake[3]: Leaving directory `/usr/src/omega/freetds/freetds/src/tds'
gmake[2]: Leaving directory `/usr/src/omega/freetds/freetds/src/tds'
Making all in ctlib
gmake[2]: Entering directory `/usr/src/omega/freetds/freetds/src/ctlib'
cd ../.. && automake --gnu src/ctlib/Makefile
src/ctlib/Makefile.am:5: library used but `LIBTOOL' not defined in
`configure.in'
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/usr/src/omega/freetds/freetds/src/ctlib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/src/omega/freetds/freetds/src'
gmake: *** [all-recursive] Error 1

I poked around in the various files that configure and gmake make, but
it doesn't make a lot of sense to me. It looks like libtool was created
and is in the spot that the Makefiles in the src subdirectories are
looking.

What else do you need? I'd appreciate any assistance! Is there a good
reference for gmake out there?

Thanks,

Andrew


Brian Bruns wrote:
>
> Hi Andrew,
>
> First I'd like to say thanks for the very well put together bug
> report. Clear and concise. Others wanting help should take
> note...

Hope I lived up to my previous efforts.

--
Andrew Bowman (706) 571-0083 abowman AT omegafi.com
Omega Financial, Inc. (800) 276-6342 http://www.omegafi.com/




Archive powered by MHonArc 2.6.24.

Top of Page