http://bugs.winehq.com/show_bug.cgi?id=1691
Summary: configure and wineinstall exit with missing shell script errors on RH9 system Product: Wine Version: 20030813 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.com ReportedBy: k.lafond@comcast.net
Config: Red Hat 9.0 kernel 2.4.20. Never installed Wine on this system.
I downloaded and unzipped the latest full tar file from WineHQ. If I run "./tools/wineinstall" or if I run "./configure --with-nptl" I get the following output:
./configure: line 88: conf22072.sh: No such file or directory ./configure: line 89: conf22072.sh: No such file or directory chmod: failed to get attributes of `conf22072.sh': No such file or directory ./configure: line 201: conf22072.file: No such file or directory ./configure: line 949: config.log: No such file or directory
The number portion of the confXXXXX.sh file name is different each time the installation is attempted.
I have confirmed that the --with-nptl option is included (code path taken) when the wineinstall script is run.