Skip to Content.
Sympa Menu

freetds - Re: [freetds] Status & AIX - does it work ??

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Status & AIX - does it work ??
  • Date: Wed, 10 Nov 2004 00:27:38 -0500

On Tue, 9 Nov 2004 16:59:11 +0000 (UTC), Martin Spott
<Martin.Spott AT uni-duisburg.de> wrote:
> "Lowden, James K" wrote:
> > > From: Martin Spott
> > > Sent: Tuesday, November 09, 2004 11:36 AM
>
> > > gcc -mcpu=604e -mtune=604e -mpowerpc-gpopt -mpowerpc-gfxopt
> > -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
> > -I/opt/gnu/include -I/usr/local/include -I/opt/freeware/include
> > -D_FREETDS_LIBRARY_SOURCE -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
> > -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -O3 -MT
> > dbopen.lo -MD -MP -MF .deps/dbopen.Tpo -c dbopen.c -DPIC -o
> > .libs/dbopen.o
> > > dbopen.c: In function `dbopen':
> > > dbopen.c:40: error: too few arguments to function `tdsdbopen'
> > > make[3]: *** [dbopen.lo] Error 1
> > > make[3]: Leaving directory `/usr/local/src/freetds/src/dblib'
> >
> > Ah. That's a bug. Thanks for the problem report.
>
> Really ? I remember that I've been experiencing sort of this for
> several years and I always thought it would be a 'typical' conflict
> where different library calls use the same name ....

Yeah, really. :-) You probably remember conflicting definitions of
dbopen(). Note the above message is for tdsdbopen(), whose argument list
changed recently. Probably no one's tried --enable-sybase-compat since.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page