Ewan Delanoy on Thu, 17 May 2012 17:22:52 +0200


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

Re : cannot compile readline back in updated version of gp



I know about the difference between "gp" and "./gp". In any case I get a gp without readline.

Ewan

Â

----- Message d'origine -----

De : Charles Greathouse

EnvoyÃs : 17.05.12 17:01

à : Ewan Delanoy

Objet : Re: cannot compile readline back in updated version of gp


 
If you're only getting stuck on the installation, would you test the 
generated gp file? 

You can start the old gp file (if you had previously installed it) 
with the command 
gp 
but if you instead type 
./gp 
from the directory where you made the new file you should get what you 
just produced.  If this works properly then you just have a TeX 
problem; if not, there's something wrong with the gp compilation or 
with readline. 

Charles Greathouse 
Analyst/Programmer 
Case Western Reserve University 

On Thu, May 17, 2012 at 10:40 AM, Ewan Delanoy <ewan.delanoy@gmx.fr> wrote: 
>    Hello all, 
> 
> 
>  as I am currently updating  to pari-2.5.1, I cannot enable readline back in 
> even though I'm following the instructions step-by-step at the very end of 
> the FAQ at http://www.math.u-bordeaux1.fr/~kbelabas/pari/doc/faq.html. 
> 
>   In particular, the "configure" step appareantly works without problems : 
> the output in the terminal includes 
> 
> 
> ...Found libreadline in /usr/local/lib 
> ...Found readline header in /usr/local/include/readline 
> ...Found history header in /usr/local/include/readline 
> ...Found libncurses in /usr/lib/ 
> ...Library ncurses needed by readline 
> Using GNU readline, version 6.2 
> 
> 
> However, the final step "make install" does not work  and I still get a gp 
> without readline at the end (it's the correct version of gp though).   Make 
> install gets stuck curing the compilation 
> of the tex files, with the following error message : 
> 
> 
> tex libpari 
> This is TeX, Version 3.1415926 (Web2C 7.5.7) 
> (./libpari.tex (./parimacro.tex (./paricfg.tex) 
> FIRST PASS 
> (./libpari.aux)) [1] [2] (./libpari.toc) [3] (./users.aux) (./usersch4.tex 
> [4] 
> Reference `se:prog' on page 5 undefined on input line 30 
> Reference `se:pari_init_tech' on page 5 undefined on input line 59 
> [5] 
> Reference `se:primetable' on page 6 undefined on input line 90 
> [6] 
> Reference `se:level2names' on page 7 undefined on input line 206 
> [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] 
> Reference `se:prog' on page 18 undefined on input line 1053 
> [18] 
> ! \scriptfont 7 is undefined (character B). 
> l.1111 $$ 
> 
>      Ewan