Mail Archives: cygwin/1998/03/01/17:07:35
Okay, with the help of various people on this list, I'm finally getting
somewhere :-)
On Geoffery Noer's advice, I've persevered with make when trying to make
groff-1.10 after successfully installing termcap-1.3 - However, I was
wondering if anyone can tell me where I need to be looking to fix the
following crash by make? -
make[2]: Nothing to be done for `all'.
if test -n ""; then \
for m in ; do \
rm -f $m-wrap; \
echo .cp 1 >$m-wrap; \
echo .so $m >>$m-wrap; \
done; \
fi
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `if test -n ""; then for m in ; do rm -f $m-wrap;
echo .
cp 1 >$m-wrap; echo .so $m >>$m-wrap; done; fi'
make[2]: *** [stamp-wrap] Error 2
make[1]: *** [tmac] Error 2
make: *** [all] Error 2
I guess there should be something after the ... then for m in <something
missing here> ... but I can't seem to find a file in the directory, or subs,
which contains this piece of shell script.
Help!
Morph
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -