https://bugs.winehq.org/show_bug.cgi?id=39695
Bug ID: 39695 Summary: Runtime not installed Product: Wine Version: 1.8-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: blake1024@gmail.com Distribution: ---
I built and installed Wine 1.8-rc2 with:
./configure --prefix=/usr --enable-win64 make sudo make install
It completed without errors. After that I can compile and build my app. But when I try to run it, I get:
blake@blake-sony ~/Windows-share/Dynace.git/WinExam/exam01 $ ./main ./main: 36: exec: wine: not found blake@blake-sony ~/Windows-share/Dynace.git/WinExam/exam01 $ wine wine: command not found
Also, from /usr
blake@blake-sony /usr $ find . -name wine ./lib64/wine ./include/wine ./share/wine ./share/bash-completion/completions/wine
Thanks.
Blake McBride