bonjour à tous
j'ai besoin de compiler en fortran 90, et pour cela j'ai installé le compilateur intel (pour processeur intel) et les xcodes(gcc, g++,...) j'ai editer mon programme avec emacs, mais voilà dès que je veux compiler dans le terminal, il m'affiche ceci:
ordinateur-de-pierre-jack:~/Desktop/pierre jack$ ifort -g -o test test.f90
ld: warning fat file: /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../..//crt1.o does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libsvml.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libifport.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libifcore.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libimf.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libipgo.a is out of date; rerun ranlib(1) (can't load from it)
ld: warning /usr/lib/gcc/powerpc-apple-darwin8/4.0.0//libgcc.a archive's cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libirc.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libirc_s.a is out of date; rerun ranlib(1) (can't load from it)
ordinateur-de-daniele-grimal:~/Desktop/pierre jack$
et voici le prgramme que je cherche à compiler :
program test
implicit none
print*,"salut"
end program test
Je ne connais pas grand chose aux mac, mais vraiment très peu de choses, merci de vos de futures réponses.
j'ai besoin de compiler en fortran 90, et pour cela j'ai installé le compilateur intel (pour processeur intel) et les xcodes(gcc, g++,...) j'ai editer mon programme avec emacs, mais voilà dès que je veux compiler dans le terminal, il m'affiche ceci:
ordinateur-de-pierre-jack:~/Desktop/pierre jack$ ifort -g -o test test.f90
ld: warning fat file: /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../..//crt1.o does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libsvml.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libifport.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libifcore.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libimf.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libipgo.a is out of date; rerun ranlib(1) (can't load from it)
ld: warning /usr/lib/gcc/powerpc-apple-darwin8/4.0.0//libgcc.a archive's cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libirc.a is out of date; rerun ranlib(1) (can't load from it)
ld: table of contents for archive: /opt/intel/fc/9.1.029/lib/libirc_s.a is out of date; rerun ranlib(1) (can't load from it)
ordinateur-de-daniele-grimal:~/Desktop/pierre jack$
et voici le prgramme que je cherche à compiler :
program test
implicit none
print*,"salut"
end program test
Je ne connais pas grand chose aux mac, mais vraiment très peu de choses, merci de vos de futures réponses.