Flux rss
Collection CommentCaMarche.net
Rechercher : dans
Par : Pertinence Date Nom d'utilisateur
Statut :

Installation de Scilab sous LINUX

Arno59, le mercredi 2 novembre 2005 à 16:49:10
Bonjour,

J'ai téléchargé la dernière version de scilab 3.1.1 en source.
Ce logiciel est un programme mathèmatiques.

Comment l'installer, donnez moi le détail des manips.
J'ai copié les répertoires dans /usr/local/Scilab_3.1.1

De plus comment installer une source proprement sous n'importe quel LINUX ?
Répondre à Arno59  Signaler ce message aux modérateurs Aller au dernier message

2


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
crabs, le mercredi 2 novembre 2005 à 17:56:42
Salut,
En tant que root
./configure
make all

Par contre ça sert à rien de le mettre dans /usr/local, par défaut le produit
va s'installer dans /usr en fin de compil. Lis le fichier README_Unix dans
le dossier scilab-3.1.1.

Pour ta seconde question, il faut que le produit soit bien conçu.
Habituellement tu fais un './configure' et un 'make' avec un compte
développeur. Ensuite en root tu fais un 'make install'. Attention toutes les
options de type dossier d'installation des binaires, des bibliothèques, ... sont
à préciser lors du './configure'.

Dans tous les cas il faut lire les fichier README et/ou INSTALL fournis
avec l'archive.

A+, crabs ..., I think Slackware sounds better than 'Microsoft,'
-- Patrick Volkerding - founder and maintainer of Slackware
Répondre à crabs

3


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
Arno59, le jeudi 3 novembre 2005 à 09:54:30
Merci,

/usr/local/Scilab/scilab-3.1.1

Lancement du shell:
su
Mot de passe

./configure
execution ....
....

checking for g77... no
checking for f2c... no
configure: error: Unable to configure: no Fortran compiler found

make: *** Pas de règle pour fabriquer la cible « all ». Arrêt.
[root@TUX scilab-3.1.1]# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
[root@TUX scilab-3.1.1]# make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.

Ou executer le make ??? La liberté a-t-elle un prix ?
Répondre à Arno59

4


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
kmf31, le jeudi 3 novembre 2005 à 10:01:13
Ca c'est quoi ???

checking for g77... no
checking for f2c... no
configure: error: Unable to configure: no Fortran compiler found


=> installer Fortran, soit le compilateur g77 ou le machin f2c qui traduit Fortran vers C et apres recommencer.
Répondre à kmf31

5


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
Arno59, le jeudi 3 novembre 2005 à 10:09:10
Je vous donne le détail du ./configure

[root@TUX scilab-3.1.1]# ./configure
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
configuration of libtool
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
end of configuration of libtool
checking for main in -lieee... yes
checking for g77... no
checking for f2c... no
configure: error: Unable to configure: no Fortran compiler found
[root@TUX scilab-3.1.1]#
La distribution utilisée est MANDRIVA 10.1
Répondre à Arno59

6


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
kmf31, le jeudi 3 novembre 2005 à 10:44:56
Tu as la reponse (-> <3>).
Répondre à kmf31

7


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
Arno59, le dimanche 8 octobre 2006 à 18:46:31
Bonjour,

Version actuelle 4.0 : http://www.scilab.org/download/index_download.php?page=relea­se.html
L'Open source et Linux sont l'avenir de l'informatique ;-)
Répondre à Arno59


  • Ce message vous semble utile, votez !
  • Signaler ce message aux modérateurs
 Arno59, le dimanche 8 octobre 2006 à 18:47:15
Bonjour,

Version actuelle 4.0 : http://www.scilab.org/download/index_download.php?page=relea­se.html
L'Open source et Linux sont l'avenir de l'informatique ;-)
Répondre à Arno59

Résultats pour Installation de Scilab sous LINUX

Installation de linux avec Win XP (Résolu) Bonjour, Actuellement ma configuration est la suivante : Win XP sur un disque partitionné le C et le D. Je voudrais installé Mandrake linux 10 sur le D. Pouvez vous SVP me donner la meilleure façon de faire étant donné que je l'installe pour la... www.commentcamarche.net/forum/affich-1782272-installation-de-linux-avec-win-xp
Instalation de linux mandrake 10.1 ????? prob (Résolu) Bonjour, J'ai un gros problème avec l'installation de linux mandrake 10.1: Quand je boot avec le cd, le cd se lance puis ensuite je vois: press F1 for more options press "enter" for to install or upgrade donc je choisi enter et la il cherche... www.commentcamarche.net/forum/affich-1247531-instalation-de-linux-mandrake-10-1-prob
Comment installer un programme sous linux ?? (Résolu) Salut Je m'appelle Maxime , et je tourne sur Mandrake 10.0 . J'ai lu tout se que j'ai pu trouver sur le net(même ici) mais je n'est toujour pas conpri le système d'instalation sous linux : (./configure , make , make install )... www.commentcamarche.net/forum/affich-1272975-comment-installer-un-programme-sous-linux

Résultats pour Installation de Scilab sous LINUX

Télécharger le contenu d'une page web distanteTélécharger le contenu d'une page web distante Introduction Installation sous Linux (Ubuntu / Debian) Installation sous Windows Dev C++ Microsoft Visual C++ Petite exploration des fonctions de libcurl Un exemple: télécharger la page... www.commentcamarche.net/faq/sujet-8241-telecharger-le-contenu-d-une-page-web-distante

Résultats pour Installation de Scilab sous LINUX

Comment telecharger/installer kate sous linux (Résolu)Bonjour, est ce quelqu'un peut me dire comment on fait pour télécharger kate et l'installer sous linux car je viens de me mettre à linux et les notions de paquets et de dépôts m'est pas encore très familier! Je sais que sur le site de... www.commentcamarche.net/forum/affich-3728506-comment-telecharger-installer-kate-sous-linux
Installation linux par usb (Résolu)Bonjour à tous. Voici mon problème: J'ai un vieux pc sur lequel je souhaiterais installer Toutou Linux (version française de PuppyLinux), mais mon souci est que mon pc ne détecte plus les cd (lecteur HS). Je suppose que l'on peut... www.commentcamarche.net/forum/affich-8146581-installation-linux-par-usb
[débutant] installer un logiciel (Résolu)Bonsoir, Je viens juste d'installer une mandriva. C'est la première fois que je me balade là dedans et je suis un peu perdue. J'ai voulu installer Bittorrent. J'ai choisi l'install pour "Linux RPM". Ensuite j'ai fait... www.commentcamarche.net/forum/affich-1840465-debutant-installer-un-logiciel

Résultats pour Installation de Scilab sous LINUX

Installation de LinuxInstallation de la distribution RedHat La distribution RedHat est actuellement une des distributions les plus plébiscitée étant donné que la procédure d'installation est assez simple. En effet, cette procédure vous demande tout simplement de faire... www.commentcamarche.net/contents/linux/lininst.php3