Pas certain. Lors du configure, j'ai eu un message :
Ce n'était que le début des ennuis... J'ai eu à la suivi un message (toujours dans le configure) :Citation:
Envoyé par ATLAS
Je précise :Code:Unable to find usable compiler for ICC; abortingMake sure compilers are in your path
J'ai quand même tenté le makeCode:
1
2
3
4
5 $ g++ --version g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code:
1
2
3
4
5
6
7 $ make make -f Make.top build make[1]: Entering directory `/cygdrive/d/temp/ATLAS/mon_architecture' make[1]: Make.top: No such file or directory make[1]: *** No rule to make target `Make.top'. Stop. make[1]: Leaving directory `/cygdrive/d/temp/ATLAS/mon_architecture' make: *** [build] Error 2