http://bugs.winehq.org/show_bug.cgi?id=35549
Bug ID: 35549 Summary: Compilation fatal-error while using winebuild "winebuild : cannot find the 'nm' tool" Product: Wine Version: 1.7.12 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: wine-bugs@winehq.org Reporter: damien.balima@free.fr Classification: Unclassified
Created attachment 47469 --> http://bugs.winehq.org/attachment.cgi?id=47469 make results
Compilation do a fatal-error when it use winebuild, as it seems to not found the nm tools (but binutils is well installed, and nm exist in /usr/bin).
After looking in winebuild process, it appear he didn't looks for 'nm' tool, but for 'i686-linux-gnu-nm', which doesn't exist on Debian Linux. The name (nm) is concatenated with a target-alias variable (i686-linux-gnu), in tools/winebuild/utils.c file.
Regards,