http://bugs.winehq.org/show_bug.cgi?id=4956
Summary: _spawn fails if trying to run Win32 GCC Product: Wine Version: 0.9.9. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: Gernot.Frisch@Dream-D-Sign.de
Hi,
I have to run a GCC.exe from MinGW. It sais, that the translation of the filename didn't succeed in _spawn function. I copied the msvcrt.dll into my .wine/drive_c/system directory and configured to use native one. No change. The gcc.exe cannot find the cc1plus.exe then. I tried everything. Setting PATH variable for gcc.exe process, setting current directory...
If you want to try it, download the GLBasic SDK (demo) from www.glbasic.com, install it, open any sample (Hello World) and press "compile" button. Then see the output on the console window. Also, after the installation, there is a gcc.exe in /Program Files/GLBasic/compiler/Win32/Bin. Try to run: wine -- gcc.exe some_empty.cpp
Please, please help as this is very essential for my program to run on Linux. Best regards, -Gernot