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
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
Having done a cvs update this morning (15th Feb), I am getting the same problem. I only used ./configure though, no options. I haven't found out what's causing it yet. andy. Frank Joerdens <frank@joerdens.de>@winehq.com on 15/02/2002 16:02:04 Please respond to wine-users@winehq.com Sent by: wine-users-admin@winehq.com To: wine-users@winehq.com cc: Subject: make works but make install fails 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 -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone (collect), so that the sender's address records can be corrected.
On Fri, Feb 15, 2002 at 01:22:07PM -0500, lawson_whitney@juno.com wrote:> On Fri, 15 Feb 2002 lawson_whitney@juno.com wrote: > > > make install is temporarily broken. give it a leg up by installing the > > wine binary by hand: > > su -c "install wine /usr/local/bin/wine" > > > > then go ahead with "make install". You will get warnings from ldconfig, > > but AFAICS the installed Wine will work. Works for me, anyway. > > > Note: this happens sometimes at the bleeding edge of developing > software. Get the current CVS, make install works again and the > symbolic links are back to keep ldconfig happy. You very well might > need autoconf 2.50, which takes a long time to run compared to autoconf > 2.13, but IME run it does.Yup, works smoothly. Autoconf 2.13 works too, no troubles there. Regards, Frank