#15952: emacs-23.0.0_NS-9.0rc3 build fails at link stage ---------------------------------------------------------------------------------+ Reporter: anewman@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Component: ports Version: 1.6.0 | Resolution: duplicate Keywords: emacs-app emacs-23.0.0_NS-9.0rc3 emacs-23.0.0_NS fails link-stage ld | ---------------------------------------------------------------------------------+ Comment(by columbusmonkey@…): For the record, this may be related to the configure.in, that does the following: {{{ # Use fink packages if available. if test -d /sw/include && test -d /sw/lib; then GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" CPP="${CPP} ${GCC_TEST_OPTIONS}" NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} fi }}} So I had to (temporarily) rename /sw to get emacs-app to install. Not sure what a proper fix would be. -- Ticket URL: <http://trac.macports.org/ticket/15952#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS