#39229: libstdcxx +universal: configure failure ----------------------------+-------------------------------- Reporter: alex.caldas@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: libstdcxx | ----------------------------+-------------------------------- Comment (by larryv@…): Your `main.log` says this: {{{ :notice:configure ---> Configuring libstdcxx :debug:configure Using compiler 'MacPorts Apple gcc 4.2' }}} But your `config.log` says this: {{{ configure:4192: checking for C compiler version configure:4201: /opt/local/bin/gcc-apple-4.2 -arch i386 -arch x86_64 --version >&5 ../gcc-4.8.0/configure: line 4203: /opt/local/bin/gcc-apple-4.2: No such file or directory configure:4212: $? = 127 }}} I’ll assume you’re not overriding the compiler selection //anywhere//, either on the command line or in `macports.conf`. (You’d better correct me if I’m wrong.) The libstdcxx port does blacklist older versions of Clang and LLVM-GCC; maybe yours are too old, somehow. Please paste the output of these commands. {{{ % /usr/bin/xcodebuild -version % /usr/bin/clang --version % /usr/bin/llvm-gcc --version }}} -- Ticket URL: <https://trac.macports.org/ticket/39229#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X