Flux rss
Rechercher : dans
Par : Mots clés Nom d'utilisateur
Messages sans réponse

Installation de Scilab sous LINUX

Arno59, le mercredi 2 novembre 2005 à 16:49:10 
 Signaler ce message aux modérateurs

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 ?

1

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

2

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

3

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

4

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

5

kmf31, le jeudi 3 novembre 2005 à 10:44:56

Tu as la reponse (-> <3>).

Répondre à kmf31

6

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

7

 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
[Filezilla] Installation sous Linux ? Bonjour, J'ai récupéré la source de FileZilla 2.2.18, je souhaite l'installer sous Linux Mandriva 200, comment installer une source correctement ? ./configure make etc... www.commentcamarche.net/forum/affich-2039108-filezilla-installation-sous-linux
Installation suse linux Bonjour, et je vous remercie par avance de l'aide que vous pourrez apportez a ce probleme. voila, j'ai installer suse linux sur : gigabyte ga ma 69 vm (am2), athlon 4450e, 1 giga 6400 kingston, dd seagate 500g (sata2) bios par defaut sauf le boot. je... www.commentcamarche.net/forum/affich-10408561-installation-suse-linux
[aMsn] Installation sous Linux ? (Résolu) Bonjour, Je viens de télécharger aMSN Messenger version 0.95 http://www.01net.com/telecharger/linux/Internet/fiches/26732.html Comment l'installer dans /usr/local ? L'Open source et Linux sont l'avenir de l'informatique ;-) www.commentcamarche.net/forum/affich-2115362-amsn-installation-sous-linux
[Linux] Installer Linux sans repartitionnerComment installer sans repartitionner ? Comment ça se passe pour le disque Linux ? Préambule Cet article couvre Le nécessaire: Matériel, système et logiciel Pourquoi Pourquoi VirtualBox ? Pourquoi Ubuntu ? Pourquoi la version "Alternate"... www.commentcamarche.net/faq/sujet-4952-linux-installer-linux-sans-repartitionner
Repartitionner, installer Linux (Ubuntu 8.04), conserver WindowsCet article va vous guider pour installer Linux sur votre ordinateur en repartitionnant votre disque et en conservant Windows. Vous n'aurez pas à réinstaller Windows. Nous allons installer Ubuntu 8.04 qui est une distribution de Linux facile à... www.commentcamarche.net/faq/sujet-11433-repartitionner-installer-linux-ubuntu-8-04-conserver-windows
Réaliser facilement un dual boot Windows/LinuxUtiliser Wubi pour installer Linux en dual boot avec Windows sans repartitionner Introduction Configuration nécessaire Obtenir le CD d'Ubuntu Installer Ubuntu/Linux Explorer Linux Accéder à ma partition Windows Revenir à... www.commentcamarche.net/faq/sujet-11322-realiser-facilement-un-dual-boot-windows-linux
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 ) Se que je ne conprend pas... www.commentcamarche.net/forum/affich-1272975-comment-installer-un-programme-sous-linux
Instalation iPod LinuxBonjour, aujourd'hui j'ai ovulu installer iPod Linux, mais je n'y arrive pas. j'ai suivit des nombreux tutos, mais sois les liens en voyaient a un "404 not found", sois ils etaient incompréhensibles. Je me tourne donc vers vous. Je tourne sous Ubuntu... www.commentcamarche.net/forum/affich-11027485-instalation-ipod-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
Linux - L'installation de logicielsLes différents types d'archives Basiquement il existe plusieurs façons de récupérer une application fonctionnant sous Linux : Sous forme de paquetage RPM. Il s'agit d'un fichier portant l'extension .rpm permettant une installation automatique,... www.commentcamarche.net/contents/tutlinux/linrpm.php3
Installation d'un serveur Web sous Linux (Apache, PHP et MySQL)Introduction Un serveur web est un logiciel permettant de rendre accessibles à de nombreux ordinateurs (les clients) des pages web stockées sur le disque. Cette fiche pratique explique comment installer le serveur web Apache sur un système de type... www.commentcamarche.net/contents/php/phpinst.php3