macosforge / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
128 stars 54 forks source link

gcc-3.3 not in /usr/bin in buildroot - needed for libsecurityd #119

Open macosforgebot opened 14 years ago

macosforgebot commented 14 years ago

_thomasharning@… originally submitted this as ticket:122


When building libsecurityd, g++-3.3 is expected to be in /usr/bin of the build-root, however it is not provided by the gcc that is pulled down. g++-3.3 is in /usr/bin of the local system.

Copying g++-3.3, gcc-3.3, /usr/lib/gcc/darwin, /usr/libexec/gcc/darwin, *-3.3.. I get to where it cannot find 'cc1plus' (it is is /usr/libexec/gcc/darwin/ppc/3.3{,-plus}/cc1plus)