#31603: apple-gcc42 fails to install: i686-apple-darwin11-gcc: command not found ----------------------------------+----------------------------------------- Reporter: jsduncan2@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: Port: apple-gcc42 | ----------------------------------+----------------------------------------- Comment(by jeremyhu@…): It's during this step in build_gcc: {{{ # Build the cross-hosted compilers. with BUILD=x86_64 h=i686 t=i686 ... make $MAKEFLAGS all CFLAGS="$CFLAGS" CXXFLAGS="$CFLAGS" || exit 1 }}} failing in gcc/Makefile.in: {{{ # Dump a specs file to make -B./ read these specs over installed ones. $(SPECS): xgcc$(exeext) $(GCC_FOR_TARGET) -dumpspecs > tmp-specs mv tmp-specs $(SPECS) }}} -- Ticket URL: <https://trac.macports.org/ticket/31603#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS