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

build_gcc.sh does not install needed prerequisites. #403

Open sduensin opened 8 months ago

sduensin commented 8 months ago

Before build_gcc.sh runs configure it needs to run ./contrib/download_prerequisites from the top-level GCC directory.

jeroen commented 7 months ago

If you run get_dependencies.sh first, it seems to work?

sduensin commented 7 months ago

If you run get_dependencies.sh first, it seems to work?

No. That's the dependencies for OSXCROSS itself. (And it's even missing some things.) download_prerequisites downloads several more repositories that are needed in order for GCC to be compiled.