Andreas schrieb: > Hello,
> I encountered problems concerning the installation of expat (1.95.4-1). > After > $ tar xjvf expat-1.95.4-1-src.tar.bz2 > $ ./expat-1.95.4-1.sh all > the script breaks with: > ... > + reconf-cygwin.sh > reconf-cygwin.sh: not found > + STATUS=127 > + exit 127 > But reconf-cygwin.sh is in the expat-1.95.4/ dir. > Is there a way to complete the installation of the package properly? 1. Install the binary package. 2. It is a bug in the script. Fix: Add . to your path or change reconf-cygwin.sh to ./reconf-cygwin.sh in the script (expat-1.95.4-1.sh). Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/