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,
http://bugs.winehq.org/show_bug.cgi?id=35549
--- Comment #1 from dams damien.balima@free.fr --- Ok, I think it is because I've use these configure command line, on last git : ./configure --host=i686-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"
but if I use just "./configure", on last stable tar, it's fine. These host parameter doesn't need to pass. All right, not really a bug, just a bad command.
http://bugs.winehq.org/show_bug.cgi?id=35549
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to comment #1)
Ok, I think it is because I've use these configure command line, on last git : ./configure --host=i686-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"
but if I use just "./configure", on last stable tar, it's fine. These host parameter doesn't need to pass. All right, not really a bug, just a bad command.
Invalid.
https://bugs.winehq.org/show_bug.cgi?id=35549
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.