#35249: MacPorts Perl build making incorrect assumptions -------------------------------+-------------------------------------------- Reporter: jwelch@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -------------------------------+-------------------------------------------- In building Perl 5.12.3, someone didn't take into account the new path to the compilers. If you run "perl -V" on a current macports build, you get: cc='/Developer/usr/bin/llvm-gcc-4.2' This is clearly a problem, since with how Xcode is set up now, there is no /Developer. That's now: /Applications/Xcode45-DP3.app/Contents/Developer or similar So there's no way Perl will ever find a C compiler, something it rather wants for certain modules. -- Ticket URL: <https://trac.macports.org/ticket/35249> MacPorts <http://www.macports.org/> Ports system for Mac OS