https://bugs.winehq.org/show_bug.cgi?id=55984
--- Comment #5 from Maxime berillions@gmail.com --- (In reply to Alexandre Julliard from comment #4)
It looks like the previous config.guess was detecting a 64-bit system, despite the compiler being 32-bit. I'd say that the new behavior is more correct. What happens if you don't set CC explicitly?
This is the ouput console i have if i don't set CC :
#####
checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for cpp... cpp checking for ld... ld checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt. make: *** Aucune règle pour fabriquer la cible « install ». Arrêt. make: *** Aucune règle pour fabriquer la cible « install ». Arrêt.
####