Skip to Content.
Sympa Menu

freetds - Re: CTLib improvements/SQSH 1.6 running

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Martin Spott <mas AT plesnik.de>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: CTLib improvements/SQSH 1.6 running
  • Date: Sun, 10 Jan 1999 01:37:30 +0100


> If there aren't any big outstanding issues, I'd like to make a new release
> next week (0.41 I guess). Can anybody tell me if it is working for
> Solaris? We had some patches but I don't have a sun box to try it out on.

Sorry, I tried the CVS version last thursday and it did not. From
config.log on a Solaris2.5.1/Sparc:

[...]
configure:1644: checking whether byte ordering is bigendian
configure:1662: gcc -c conftest.c 1>&5
configure: In function
ain':
configure:1657: ogus' undeclared (first use in this function)
configure:1657: (Each undeclared identifier is reported only once
configure:1657: for each function it appears in.)
configure:1657: parse error before ndian'
configure: failed program was:
#line 1651 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
bogus endian macros
#endif
; return 0; }
configure:1710: gcc -o conftest conftest.c 1>&5
configure: failed program was:
#line 1697 "configure"
#include "confdefs.h"
main () {
/* Are we little or big endian? From Harbison&Steele. */
union
{
long l;
char c[sizeof (long)];
} u;
u.l = 1;
exit (u.c[sizeof (long) - 1] == 1);
}



Martin.




Archive powered by MHonArc 2.6.24.

Top of Page