https://bugs.winehq.org/show_bug.cgi?id=54892
Bug ID: 54892 Summary: winebuild cannot find 'as' tool Product: Wine Version: 4.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: wine-bugs@winehq.org Reporter: ale.schenberg@yandex.com Distribution: ---
Created attachment 74395 --> https://bugs.winehq.org/attachment.cgi?id=74395 final part of console's output informed by make.
Hi. While cross building wine, winebuild stops the building process complaining that it cannot find the 'as' tool. (details in the config.log). I am cross building wine to i686.
In a previous bug that I reported: https://bugs.winehq.org/show_bug.cgi?id=54677. it was commented the necessity for a separate tree with tools built for the native architecture when cross building.
So I assume winebuild is not looking in /usr/bin for as. Is this a regular/ expected behavior or not? If is not, can I make winebuild look for it in /usr/bin or will I need a 32bit "as" somewhere else in the file tree?