From: jrp AT dial DOT pipex DOT com (John Pavel) Subject: B19: Expect fails to install 5 Apr 1998 15:46:35 -0700 Message-ID: <000001bd609f$323cbdb0$61f582c1.cygnus.gnu-win32@solabj76> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: B19 compiles (configure ; make) OK on this NT box, but the install script falls over in the expect module: instead of installing expect.exe it tries to install expect as the trace below shows. Is there a quick fix, please. bash-2.01$ make install /bin/sh ./config.status creating Makefile creating pkgIndex creating expect_cf.h expect_cf.h is unchanged mv pkgIndex pkgIndex.tcl if [ -s libexpect521.a ] ; then \ /Cygnus/B19/H-i386-cygwin32/bin/install -c -m 644 libexpect521.a /usr/local/li b/libexpect521.a ; \ ranlib /usr/local/lib/libexpect521.a ; \ else true; fi if [ -s reconfigure_Tcl_for_shared_library ] ; then \ /Cygnus/B19/H-i386-cygwin32/bin/install -c reconfigure_Tcl_for_shared_library /usr/local/lib/reconfigure_Tcl_for_shared_library ; \ else true; fi ../mkinstalldirs /usr/local/man/man1 /usr/local/man/man3 /usr/local/bin /usr/loca l/lib /usr/local/include /Cygnus/B19/H-i386-cygwin32/bin/install -c expect /usr/local/bin/expect /Cygnus/B19/H-i386-cygwin32/bin/install: expect: No such file or directory make: *** [install] Error 1 bash-2.01$ - 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".