make works but make install fails

Frank Joerdens frank at joerdens.de
Fri Feb 15 10:05:21 CST 2002


On Fri, Feb 15, 2002 at 05:02:04PM +0100, Frank Joerdens wrote:
> 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?

Oops, sorry, I forgot to mention: the version is today's CVS checkout.

Regards, Frank




More information about the wine-users mailing list