Javier Cañete Arroyo a écrit :
Hi there, I got this when trying to run tools/wineinstall
Holà Javier,
######
Wine build complete.
Performing 'make install' as root to install binaries, enter root password Password: /bin/bash: - : unrecognized option
Either you entered an incorrect password or we failed to run 'make install' correctly. If you didn't enter an incorrect password then please report this error to wine-devel@winehq.com.
Installation failed, aborting.
######
My box is linux 2.4.18 with slack-current updated. Hope it'll help you
There are 2 things to correct in tools/wineinstall:
- Line 291: replace ldconfig by the full path to ldconfig, /sbin/ldconfig. - Line 320: add a space between -c and "$sucommand".
They are already corrected in the CVS version, so they won't show up in the next Wine release.
Bye, Vincent