#13322: python25 fails to build on Mac OS X 10.3 Panther --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by paulbeard@gmail.com): Does dropping back to gcc-3.3 make any difference? I realize it's not cross-platform but it looks like the OP was on PPC hardware anyway. {{{ --- Portfile 2007-11-19 12:21:26.000000000 -0800 +++ /tmp/Portfile 2007-11-22 13:58:08.000000000 -0800 @@ -67,8 +67,8 @@ } platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++-3.3 } platform darwin 9 { }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13322#comment:6> MacPorts </projects/macports> Ports system for Mac OS