Fortran : problème sous windows

Fortran : problème sous windows - Divers - Programmation

Marsh Posté le 19-01-2012 à 20:00:11    

Salut !
 
Alors voilà mon p'tit souci : j'ai commencé en cours à étudier le langage Fortran (77 pour l'instant puis 90) ainsi que les commandes du terminal linux et j'aimerais pouvoir m'entraîner chez moi. Ayant Windows, j'ai cherché des solutions sur internet et j'ai trouvé Cygwin pour avoir un terminal linux. J'ai ensuite installé le compilateur g95 pour Cygwin. J'ai pris le "Cygwin x86 tarball" à http://www.g95.org/downloads.shtml . Tout content, j'essaye maintenant de compiler avec
 
g95 nom_de_l'executable -o nom_du_fichier
 
et là il me met : ld: crt2.o : No such file : no such file or directory  :cry:  
 
Quelqu'un a une idée ?
 
Merci d'avance !!

Reply

Marsh Posté le 19-01-2012 à 20:00:11   

Reply

Marsh Posté le 19-01-2012 à 20:52:50    

C'est plutôt
g95 nom_du_fichier  -o nom_de_l'executable  
non?
-o c'est pour -output
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Marsh Posté le 19-01-2012 à 21:04:09    

Et bien merci c'était apparemment ça le problème !!!
 
A bientôt

Reply

Marsh Posté le 20-01-2012 à 09:44:49    

Bref, c'était un problème de type RTFM!
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed