[Haskell-cafe] Re: Ease of Haskell development on OS X?
Hans Aberg
haberg at math.su.se
Sun Mar 22 08:11:15 EDT 2009
On 22 Mar 2009, at 12:45, Colin Adams wrote:
> No. It's all recent.
And MacPorts installs its own gcc. Achim Scheider pointed out that the
compiler name is missing, so the shell tries to execute '-DNDEBUG' as
a program. When I try it, I get:
$ sudo port install python_select
Password:
---> Fetching python_select
---> Attempting to fetch select-0.2.1.tar.gz from http://arn.se.distfiles.macports.org/python_select
---> Verifying checksum(s) for python_select
---> Extracting python_select
---> Configuring python_select
---> Building python_select
---> Staging python_select into destroot
---> Installing python_select @0.2.1_0+darwin_9
---> Activating python_select @0.2.1_0+darwin_9
---> Cleaning python_select
$ sudo python_select python25
Selecting version "python25" for python
Which perhaps only means that I already have it installed.
But I also get this:
$ which python
/opt/local/bin/python
$ python --version
Python 2.5.1
$ /usr/bin/python --version
Python 2.5.1
The version you tried to install is 2.5.2 - perhaps there is a script
problem, then.
Hans
More information about the Haskell-Cafe
mailing list