Bonjour tout le monde,

Je viens à vous suite à un problème d'installation sur OS X, je suis sous léopard (macbook) et, j'essaie d'installer la suite Amber10. Tout ce passe bien pour l'installation initiale d'Ambertools, ensuite je créer les fichiers de configuration nécessaires grâce à gcc et gfortran. Enfin, je lance la dernière étape pour l'installation et le shell me retourne le code suivant :

Code:
cd lib && make install
gfortran     -o new2oldparm new2oldparm.o nxtsec.o
ld: warning, duplicate dylib /usr/local/lib/libgcc_s.1.dylib
mv new2oldparm ../../exe
/bin/rm _*.f
rm: _*.f: No such file or directory
make[1]: [install] Error 1 (ignored)
cd addles && make install
cd ../lib; ./Makelist ../lib/random.o ../lib/mexit.o  ../lib/nxtsec.o
make[2]: `random.o' is up to date.
make[2]: `mexit.o' is up to date.
make[2]: `nxtsec.o' is up to date.
gfortran     -o addles lesmain.o addspace.o readprm.o writprm.o readcrd.o writcrd.o pick.o  	 rline.o   nxt.o intgr.o   find.o    of.o geti.o    unit.o    getc.o alert.o   echo.o    get4c.o getd.o    wlesprm.o lesprm.o les2prm.o checksz.o addspace_atm1st.o ../lib/random.o ../lib/mexit.o  ../lib/nxtsec.o -framework Accelerate
ld: warning, duplicate dylib /usr/local/lib/libgcc_s.1.dylib
mv addles ../../exe
cd sander && make serial
./checkserconf
cpp -traditional -P -xassembler-with-cpp -Dsecond=ambsecond -DBINTRAJ  nmr.f > _nmr.f
gfortran -c -O3 -fno-range-check -fno-second-underscore -ffree-form  -o nmr.o _nmr.f
_nmr.f: In function ‘nmrred’:
_nmr.f:90: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [nmr.o] Error 1
make: *** [serial] Error 2

Notons en passant que j'ai installé, avec exactement la même procédure, ce programme sur linux sans aucun problème. Je vous remercie par avance pour votre aide.

Goldfish.