Skip to Content.
Sympa Menu

freetds - Re: Problems with configuring the package.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Daniel Bruce Lynes <dlynes1 AT home.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Problems with configuring the package.
  • Date: Mon, 24 Jul 2000 20:22:51 -0700 (PDT)


On Mon, 24 Jul 2000, Stephen Burch wrote:

> mksh: Fatal error in reader: = missing from replacement macro reference
> Current working directory /data/kits/Apache_Web/freetds/src/tds
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /data/kits/Apache_Web/freetds/src
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'

Look through all the subdirectories, and edit the makefiles. At the top of
the
makefile will be a line:

SHELL=@SHELL@, or something similar

change it to:

SHELL=/bin/sh or whatever your normal make shell is.





Archive powered by MHonArc 2.6.24.

Top of Page