Mail Archives: cygwin/1998/03/07/16:18:07
Hi,
First, I installed b19 usertools and cdk binaries successfully.
In the source code packages usertools and cdk, there is a tiny bug.
just start cygnus bash and type ./configure
bash.exe: ./configure: No such file or directory.
First I think it is related to the new bash.exe / sh.exe, try to figure out
what was
going wrong with my installation (linking bash.exe to sh.exe, etc.).
But then I take a look at the scripts:
First line of configure:
#!/bin/sh
After I add a space:
# !/bin/sh
the configure script works.
configure of cdk aborts in the sim subdirectory:
cannot execute ./../configure.sub
The first line of configure.sub in src root directory is:
#! /bin/sh
(instead of
# !/bin/sh
)
Ok just to meantioned, it also works, if you link bash to /bin/sh
Just another note: Why not include the faq.txt and README.txt cdk.exe /
usertools.exe?
Roger
-
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 -