Probleme instalation sous linux

BB -  
mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour,
je cherche a installe seismic unix sous Fedora 9 la procedure et la suivant mais j'arrive pas a compelé le Makefile.config
la decompression a ete bien effectué

installation:

1) read the README's before unbundling cwp.su.all.xx.tar.Z

2) don't install as 'root' (the superuser) (It is possible to damage a system's file structure if the install is not done properly.)

3) begin with the compressed tarfile cwp.su.all.xx.tar.Z in /your/root/path

4) set the CWPROOT environment variable to CWPROOT=/your/root/path

5) put /your/root/path/bin on your working shell path

6) uncompress and untar the compressed tarfile via:

zcat cwp.su.all.xx.tar.Z | tar -xvf -

The code will appear as the single directory /your/root/path/src

7) compile codes via:

cd /your/root/path/src

1) edit the file /your/root/path/src/Makefile.config to agree with the needs of your system.

2) type:

make install (to install the basic set of codes)
make xtinstall (to install the X-toolkit applications)
make finstall (to install the Fortran codes)
make mglinstall (to install the Mesa/ Open GL items) (experimental)
make utils (to install libcwputils) (nonessential)
make xminstall (to install the Motif application)(nonessential)
make sfinstall (to install an improved version of SEGDREAD)
A voir également:

7 réponses

mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   7 882
 
Un makefile ne se compile pas, il contient un certain nombre d'instructions qui permettent (par exemple) de lancer une compilation.

Quel est ton message d'erreur ?

Bonne chance
0
BB
 
Bonjour,
le message d'erreur et le suivant:
bash: Makefile.config: command not found

je ne sait pas si ta regarde la precedure d'installation dans mon premier message
il me demande:

4) set the CWPROOT environment variable to CWPROOT=/your/root/path

5) put /your/root/path/bin on your working shell path
apres j'aura:
The code will appear as the single directory /your/root/path/src
mais j'arrive pas a comprendre ce qui me demande


merci
0
mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   7 882
 
Makefile.config n'est pas une commande à lancer, c'est un fichier à compléter. Il n'y a pas une version binaire, ce qui t'éviterait de compiler à la main ?
0
BB
 
Bonjour,

merci pour la reponse
j'ai procedé autremet et j'ai une etape qui m'indique un message d'ereur le suivant

make mglinstall
.
.
.
trip.c: In function ‘vis’:
trip.c:573: erreur: ‘GLUT_VISIBLE’ undeclared (first use in this function)
make[2]: *** /home/moi/Téléchargement//bin/trip Erreur 1
make[2]: quittant le répertoire « /home/moi/Téléchargement/src/Mesa/main »
make[1]: *** [INSTALL] Erreur 2
make[1]: quittant le répertoire « /home/moi/Téléchargement/src/Mesa »
make: *** [mglstuff] Erreur 2
je ne sait pas ca vien d'on merci de m'eclairé
A+
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   7 882
 
Tu as installé glut ? Au fait il n'existe pas directement un paquet binaire pour installer ton paquet ?

Bonne chance
0
thebigboss
 
bonjour,

Je suis dans la même situation, je souhaite installer seismic unix sur ubuntu 11.10. J'ai suivi plusieurs tutoriels, mais je ne sais pas quoi faire de ce Makefile.config
As tu réussi à résoudre ce pbm?

Cordialmenent
0
mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   7 882
 
Sans le message d'erreur, difficile de savoir ce qui bloque...
0