La guida dice
e fin qui tutto bene. questo è il passo successivo* To install, first build the plot library in ./plotlib/ ...
% make libPlt.a
Quando però io do il comando "make all" il terminale parte a macinare fino a quando mi dice* Then build all the programs in ./bin/ ...
% make all
(this makes ises, iset, iplot, edp, bldset)
allora ho provato a inderire l'opzione -Nn1604 digitandof77 -c -O -r8 -I../src/INC ../src/ises/setup.f
setup:
Compiler error line 609 of : Too many names.
Table limit now 802.
Try rerunning with the -Nn1604 option.
/usr/bin/f77: aborting compilation
make: *** [setup.o] Errore 25
ma il risultato èf77 -c -O -r8 -I -Nn1604 ../src/INC ../src/ises/setup.f
qualche idea?setup:
Cannot open file STATE.INC
/usr/bin/f77: aborting compilation
Preciso che non sono esattamente un veterano di Linux...