Bill Allombert on Thu, 19 Jan 2012 22:34:34 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: make gp succeeds but gp will not start


On Thu, Jan 19, 2012 at 05:50:43PM +0100, Christian Hoffmann wrote:
> Hi,
> 
> I am new to this list.
> 
> 1. My concern is the following. I did "make all", "make gp" which
> succeeded fine on my Mac OSX.7.2 with echoing "Making gp in
> Odarwin-i386".
> 
> But trying to run gp I failed getting
> "/Applications/pari-2.5.0/Odarwin-i386/gp.o: Permission denied."

If you did
cd Odarwin-i386
./gp.o
don't. Just do
./gp
or 
cd Odarwin-i386
./gp-sta

But you will probably want to run 'make install' at some point.

> 2. Also:  Trying to install pariemacs-3.03 doing first for use with
> Aquamacs I did
>   make
> resulting in
>   /bin/sh: /usr/local/lib/pari/pari.cfg: No such file or directory
> 
> What am I doing wrong?
If I remember correctly, if you did not install pari in /usr/local, you need to
edit the Makefile to point to your pari.cfg which should be in
/Applications/pari-2.5.0/Odarwin-i386/pari.cfg

Cheers,
Bill.