https://bugs.winehq.org/show_bug.cgi?id=39109
Bug ID: 39109 Summary: Erro na compilação do wine pelo cygwin Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: heliomoreno@gmail.com
./tools/winebuild/winebuild.exe -m64 -w --implib -o dlls/aclui/libaclui.a --export ./dlls/aclui/aclui.spec winebuild: Unix-style import libraries not supported yet Makefile:492: recipe for target 'dlls/aclui/libaclui.a' failed make: *** [dlls/aclui/libaclui.a] Error 1
------------------------- ~/Downloads/wine-1.6.2 $ CC="ccache gcc" ./configure --enable-win64 --without-freetype --without-x make depend make <-- apresenta erro nesta parte