Skip to Content.
Sympa Menu

freetds - Re: BIGENDIAN & TDS 7.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: BIGENDIAN & TDS 7.0
  • Date: Wed, 11 Jul 2001 06:57:33 -0400 (EDT)


Ya know, some days (most?) I'm an idiot. Just a case of me working on too
many patches at once. I just added the query.c file which is related to
some of the placeholder stuff for TDS 5. BTW freetds can know prepare
placeholder statements under tds 5 and get results back...still working on
execution.

On Wed, 11 Jul 2001, Paul Schaap wrote:

> Brian,
>
> On both MacOSX and linuxppc i get a bunch of AC_TRY_RUN warnings :-
> configure.in:36: warning: AC_TRY_RUN called without default to allow cross
> compiling
>
The is a bug in the version of autoconf...can't remember the specifics but
it's harmless (the endian detection and integer size detect routines
cause it).

> And on both MacOSX and linuxppc again the following error :-
> gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.52\" -DSTDC_HEADERS=1
> -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=4 -DSIZEOF_INT=4
> -DSIZEOF_FLOAT=4 -DSIZEOF_DOUBLE=8 -DWORDS_BIGENDIAN=1 -I. -I.
> -I../../include -g -O2 -DTDS70 -DMSDBLIB -Wp,-MD,.deps/config.pp -c
> config.c -o config.o >/dev/null 2>&1
> mv -f .libs/config.lo config.lo
> make[3]: *** No rule to make target `query.c', needed by `query.lo'.
> Stop.
> make[3]: Leaving directory `/usr/src/rpm/BUILD/freetds/src/tds'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/rpm/BUILD/freetds/src/tds'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/rpm/BUILD/freetds/src'
> make: *** [all-recursive] Error 1
>
> I have been trying to figure out what is causing this (Makefile?) but have
> not suceeded yet. Any ideas ?
>
modify pool.h with your settings and compile! Not very user friendly as I
said. Re: endianness...I think it's ok but don't hold me to it.
>
> CHEERS
> Poorly
>





Archive powered by MHonArc 2.6.24.

Top of Page