Skip to Content.
Sympa Menu

freetds - Re: freetds digest: January 19, 1999

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Ralf E. Stranzenbach" <ralf AT factum-gmbh.de>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: freetds digest: January 19, 1999
  • Date: Wed, 20 Jan 99 08:54:20 +0100


Hi,

> checking whether byte ordering is bigendian... yes
.> /configure: test: argument expected

I had have the very same problem last week. It turns out, that there's a line
like
test -z $CFLAGS && ...
in the File configure.in. This statement fails, if the environment CFLAGS is
not set.
Change this to
test -z "$CFLAGS" && ...
and run "autonconf" afterwards...

---
Mit freundlichen Gruessen
i.A. Ralf Edmund Stranzenbach
FACTUM Projektentwicklung und Management GmbH
---
Ralf E.Stranzenbach <ralf AT factum-gmbh.de>
+49 231 975129-0 (voice)
+49 231 975129-266 (fax)

It is, of course, written in Perl. Translation to C is left as an
exercise for the reader. :-) --Larry Wall in <7448 AT jpl-devvax.JPL.NASA.GOV>



  • Re: freetds digest: January 19, 1999, Ralf E. Stranzenbach, 01/20/1999

Archive powered by MHonArc 2.6.24.

Top of Page