https://bugs.winehq.org/show_bug.cgi?id=47792
Bug ID: 47792 Summary: master wine doenst detect my clang on configure Product: Wine Version: 4.16 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: salva.liebana@gmail.com Distribution: ---
[pi@pi wine]$ ./configure checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for cpp... cpp checking for ld... ld checking whether gcc supports __builtin_ms_va_list... no configure: error: You need clang >= 5.0 to build Wine for arm64. [pi@pi wine]$ clang --version clang version 8.0.1 (tags/RELEASE_801/final) Target: aarch64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin