I used libreadline-6.3 

./configure --prefix=/Users/karl/Downloads/tmp1
make
# etc

and Term-ReadLine-Gnu-1.25

# (avoid i386 in some Makefiles)
setenv ARCHFLAGS '-arch x86_64’
perl Makefile.PL --prefix=/Users/karl/Downloads/tmp1

to get SciPDL built. Don't ask me why I needed the ARCHFLAGS or to understand 
the libreadline version numbers...

Karl


> On 27 Jan 2015, at 2:44 pm, Demian Riccardi <demianricca...@gmail.com> wrote:
> 
> 
> 
> brew install readline
> brew link --force readline
> cpanm Term::ReadLine::Gnu
> brew unlink readline
> 
> This doesn't seem to work with the system perl.  I had to install perl via 
> perlbrew to get it to work.  It works after that though! 
> 
> !YaY!
> 
> Demian
> _______________________________________________
> Perldl mailing list
> Perldl@jach.hawaii.edu
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl


_______________________________________________
Perldl mailing list
Perldl@jach.hawaii.edu
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to