http://bugs.winehq.org/show_bug.cgi?id=2468
Summary: No ./configure with Winelib (winemaker) Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: sam124@operamail.com
When I run winemaker on any program, it does not create a ./configure script, configure.in, or makefile.in. It simply creates a Makefile. When I run the makefile, all it gives me is an <appname>.exe.so instead of an Unix executable. After editing the makefile to not make a Windows executable, I tried readelf --all and it said "Wrong magic bits" and I found it to be a shell script that invokes Wine. Winelib is supposed to compile executables for the host OS. I have guessed that a configure script might fix the problem (though it might be Winelib itself).