Bill Allombert on Thu, 27 Sep 2012 21:17:08 +0200


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

Re: Please test pari-2.5.3 prerelease 1


On Thu, Sep 27, 2012 at 08:51:24PM +0200, Xavier-Francois Roblot wrote:
> 
> On 27 sept. 2012, at 20:27, Bill Allombert wrote:
> > It looks like ./gp is a script and not a symlink pointing to Odarwin-i686/gp-dyn, or 
> > that the command ./gp does not launch ./gp.
> > What is actaully ./gp ?
> 
> pari roblot$ cat gp
> #!/bin/sh
> dir="`dirname \"$0\"`"
> exec "$dir/gp-dyn.app/Contents/MacOS/gp-dyn" "$@"

I see. This script is not symlink-safe unfortunately.

> I think the last lines of the output of 'make all' explain what is happening:
> 
> (...)
> rm -f gp-dyn
> /opt/local/bin/gcc  -o gp-dyn -L"/Users/roblot/pari/Odarwin-i386" -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    -Wl,-search_paths_first  gp.o gp_init.o gp_rl.o highlvl.o whatnow.o plotport.o plotfltk.o  -L/opt/local/lib -lreadline -lpari -L"/opt/local"/lib -lfltk -framework Carbon -framework Cocoa -lsupc++  
> fltk-config --post  gp-dyn
> Creating 'gp-dyn.app' bundle for desktop...

I assume this is with PARI 2.6 ? Does 2.5 works differently ?
What happens if you remove -framework Cocoa from the Makefile ?

Cheers
Bill.