Mail Archives: cygwin/1998/03/30/01:18:03
This is because the B19 code has now added the ash shell as /.../sh and
it has not been modified to work with these sorts of things (spaces in
paths and symbolic links, to name 2). You might try renaming sh to ash
and putting a copy of bash in as sh. This made my stuff work much
better.
----
Bob McGowan
i'm bobmcgow at xstor dot com
Storage Dimensions, Inc.
-----Original Message-----
From: Stefan Hornburg [mailto:sth AT hacon DOT de]
Sent: Friday, March 20, 1998 5:28 AM
To: gnu-win32 AT cygnus DOT com
Subject: AC_PATH_PROG fails if blanks within PATH
The program itclsh is located at //D/Program Files/Itcl2.2/bin/itclsh.
Configure doesn't find the program. Moving the binary to a directory
without blanks in the path, configure works fine. The corresponding
snippet of configure.in is:
dnl Check the presence of [incr Tcl]
dnl --------------------------------
AC_PATH_PROG(ITCLSH,itclsh)
if test -z "$ITCLSH"; then
itcl_default=no
else
itcl_default=yes
fi
Is there a known workaround ?
Ciao
Stefan
--
MKDIR pipe on netware with Windows* makes you wonder :-)
-
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".
-
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 -