in reply to Re: What is your OS X Perl IDE of choice?
in thread What is your OS X Perl IDE of choice?

If you have the developer tools installed, CVS-tip builds directly on OSX and produces a carbon binary with no problems.
setenv CVSROOT :ext:anoncvs@savannah.gnu.org:/cvsroot/emacs cvs checkout emacs cd emacs # I put my installation in /opt/emacs, and the X build seems to mess u +p: ./configure --prefix=/opt/emacs --without-x make bootstrap install # one time only: ln -s `pwd`/mac/Emacs.app ~/Desktop/

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^3: What is your OS X Perl IDE of choice?
by Nkuvu (Priest) on Jun 29, 2004 at 02:03 UTC
    Excellent, thanks for the info.