install scilab and fortrune compiler

Asked by svvvs

hello,
     now is a new problem, i want to install the scilab in linux,but the ./configure tell me i need fortune compiler, how can i find this compelet package to install it?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Clóvis Fabrício
Solved:
Last query:
Last reply:
Revision history for this message
Best Clóvis Fabrício (nosklo) said :
#1

There is no such thing as a fortune compiler. I wish I could "compile a fortune to me" by running a command. (joking)

The nearest thing to a fortune "compiler" is strfile, and it is in the fortune-mod package.

But I think you mean *fortran* compiler

If that is the case, you can install it by typing:

sudo aptitude install fortran-compiler

Revision history for this message
svvvs (myuan01) said :
#2

Thanks ClovisFabricio, that solved my question.