[MacPorts] #15952: emacs-23.0.0_NS-9.0rc3 build fails at link stage
MacPorts
noreply at macports.org
Mon May 18 03:15:52 PDT 2009
#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
More information about the macports-tickets
mailing list