Doing a make install gives the following error: ------------------- snip ------------------- Wine build complete. cd `dirname debugger/__install__` && make install make[1]: Entering directory `/usr/src/wine/debugger' [ -d /usr/local/bin ] || mkdir -p /usr/local/bin /usr/bin/install -c winedbg.so /usr/local/bin/winedbg.so cd /usr/local/bin && rm -f winedbg && cp wine winedbg cp: cannot stat `wine': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/usr/src/wine/debugger' make: *** [debugger/__install__] Error 2 ------------------- snap ------------------- I compiled wine with the options ./configure --disable-debug --enable-opengl so I am not sure if it should even try to install the wine debugger. Any ideas? Thanks, Frank _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users