George> In the README file it suggests for Linux:
George> It is possible that "makesetup" fails with an obscure sed
George> error. This is a bug in bash. Replace /bin/sh with /bin/ash
George> in both makesetup and Makefile.pre.in. This has been observed
George> in Slackware version 2.2, bash 1.14.3; Slackware 2.1 did not
George> have the problem.
Another solution, that worked for me at least, is:
Replace in makesetup
NL="\\
"
with
NL='\
'
-- Gerd Rausch, Von Gvrschenstr. 7, 52066 Aachen/Germany voice: +49-241-54506, email: gerd@alf.gun.de