Problems with configuring the package.
Daniel Bruce Lynes
dlynes1 at home.com
Mon Jul 24 23:22:51 EDT 2000
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.
More information about the FreeTDS
mailing list