Skip to Content.
Sympa Menu

freetds - Re: Building FREETDS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Norman Palardy <palardyn AT mac.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Building FREETDS
  • Date: Thu, 18 Oct 2001 13:44:08 -0600


missed adding this this .... malloc on this box is in /usr/include/sys/malloc.h
What config settings might get the makefiles built in a way that it would find it there ?

On Thursday, October 18, 2001, at 01:32 PM, Norman Palardy wrote:

I really DO want to make this work
I've tried quite a few things and cannot get FreeTDS to build to the point I can use it

It seems that at this point I have a problem with specifying the right --host option for configure
It doesn't guess it properly and so I have to supply one

./configure --with-tdsver=5.0
fails at checking host system type... configure: error: can not guess host type; you must specify one

./configure --with-tdsver=5.0 --host=ppc
configures OK but makes fail trying to locate malloc.h

./configure --with-tdsver=5.0 --host=apple
fails
ltconfig: you must specify a host type if you use `--no-verify'

./configure --prefix=/usr/local/freetds --with-tdsver=4.2 --enable-shared --enable-static
fails .... need to supply a host

./configure --prefix=/usr/local/freetds --with-tdsver=4.2 --enable-shared --enable-static --host=ppc_apple_osx
fails .... osx unrecognized

./configure --prefix=/usr/local/freetds --with-tdsver=4.2 --enable-shared --enable-static --host=ppc_apple_os_x
fails .... os_x unrecognized

./configure --prefix=/usr/local/freetds --with-tdsver=4.2 --enable-shared --enable-static --host=ppc_apple_macos
fails .... macos unrecognized

./configure --prefix=/usr/local/freetds --with-tdsver=4.2 --enable-shared --enable-static --host=powerpc
configure runs but make fails on malloc.h again


Yes, I checked. /usr/include on this set up really has no malloc.h
I'm checking on another developer list to see why this is and what I can do about it

In the mean time, what might you folks suggest as the host variable ?


---
You are currently subscribed to freetds as: [norm AT kirais.com]
To unsubscribe, forward this message to leave-
freetds-136003B AT franklin.oit.unc.edu






Archive powered by MHonArc 2.6.24.

Top of Page