tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.8k stars 318 forks source link

GCC compilation is not working #420

Open GamerMine opened 3 months ago

GamerMine commented 3 months ago

Every time I try compiling GCC, I get the following error :

configure:3832: error: in `/home/maxime/Programming/C++/osxcross/build/gcc-13.2.0/build/x86_64-apple-darwin23/libgcc':
configure:3834: error: cannot compute suffix of object files: cannot compile

In the console.log I don't have a lot more informations, if you want to take a look at it, here it is: config.log

Here is some other informations that might be useful:

Thank you =)