#24779: perl5.8 files contain -arch flags -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ricci@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: perl5.8 -------------------------------------+-------------------------------------- Changes (by ricci@…): * status: new => assigned Comment: First off I suspect that what you're trying to do won't work - perl docs are pretty clear that you have to build the code you're embedding perl into in the same way that you built perl. Maybe it would work if the way you're trying to build exact-image (say, for x86) is the same way that that perl was build for x86. As well, I'm concerned that some other ports may break if we remove ExtUtils::Embed support - for example the postgresql84 port (w/ +perl) uses: $PERL -MExtUtils::Embed -e ldopts to determine how to link in the perl library. Can you patch the exact-image configure script to work around the problem? -- Ticket URL: <http://trac.macports.org/ticket/24779#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS