Mail Archives: cygwin/1996/12/22/20:36:29
I don't know too much about bash [consider me somebody trying to get
something written for Unix compiled under NT...the easy way], but the
problem is like this:
Executing a "cat << xxx" as you normally would in Unix does not give you
the expected result. Instead, you get a "no such file or directory"
error.
i.e.
bash$ cat << EOF
> Testing
> EOF
bash: xxxxxxxx: No such file or directory
bash$
The xxxxxxxx is a number which seems to have no meaning (it doesn't
match my free HD space or memory), but it does seem to stay very close
to a point. On my system, running the above example gives me 49051076,
and attempting to use a configure script gives numbers between 49133124
and 49084484.
In addition, with configure scripts, I don't get any Makefile when it's
finished.
This problem is not debilitating, but it's a bit annoying...
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -