[Bug 35549] New: Compilation fatal-error while using winebuild "winebuild : cannot find the 'nm' tool"
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(a)winehq.org Reporter: damien.balima(a)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, -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35549 --- Comment #1 from dams <damien.balima(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35549 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Austin English <austinenglish(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35549 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org