Problema nell'istallazione di MPICH
Inviato: sabato 27 settembre 2008, 16:41
Ciao a tutti,
sto cercando di installare il sw MPICH versione 1.2.7, seguendo la procedura indicata nel seguente tutorial:
http://www.disi.unige.it/person/CiaccioG/arch_par/mpi/LEGGIMI
PROBLEMA: quando arrivo ad eseguire l'istruzione
./configure
la mia macchina mi da il seguente reply:
[glow=yellow,2,300]Configuring MPICH Version 1.2.7 (release) of : 2005/11/04 11:54:51
checking whether filesystem respects case in file names... yes
checking for current directory name... /home/sebastian/Scrivania/mpich
checking for architecture... LINUX
checking for device... ch_p4
checking for install
checking for ar... found /usr/bin/ar ()
checking for ranlib
checking for gnumake... yes using --no-print-directory
checking whether make supports include... yes
checking for OSF V3 make... no
checking for virtual path format... VPATH
checking for xlC
checking for g++
checking for c++
checking for aCC
checking for CC
checking for cxx
checking for cc... found /usr/bin/cc (cc)
checking whether the compiler cc accepts ANSI prototypes... no
*# The compiler cc does not accept ANSI prototypes
checking for gcc... found /usr/bin/gcc (gcc)
checking whether cross-compiling... yes
checking whether the compiler gcc runs... no
conftest.c: In function 'main':
conftest.c:2: warning: incompatible implicit declaration of built-in function 'exit'
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
[/glow]
dopodiché, come si legge nella guida del link di cui sopra, dovrei eseguire il comando
make
ma la risposta è la seguente:
[glow=red,2,300]make: *** No targets specified and no makefile found. Stop.[/glow]
Ovviamente il Makefile.in è presente nella cartella, quindi dovrebbe andare!
QUAL E' il problema? Help!
sto cercando di installare il sw MPICH versione 1.2.7, seguendo la procedura indicata nel seguente tutorial:
http://www.disi.unige.it/person/CiaccioG/arch_par/mpi/LEGGIMI
PROBLEMA: quando arrivo ad eseguire l'istruzione
./configure
la mia macchina mi da il seguente reply:
[glow=yellow,2,300]Configuring MPICH Version 1.2.7 (release) of : 2005/11/04 11:54:51
checking whether filesystem respects case in file names... yes
checking for current directory name... /home/sebastian/Scrivania/mpich
checking for architecture... LINUX
checking for device... ch_p4
checking for install
checking for ar... found /usr/bin/ar ()
checking for ranlib
checking for gnumake... yes using --no-print-directory
checking whether make supports include... yes
checking for OSF V3 make... no
checking for virtual path format... VPATH
checking for xlC
checking for g++
checking for c++
checking for aCC
checking for CC
checking for cxx
checking for cc... found /usr/bin/cc (cc)
checking whether the compiler cc accepts ANSI prototypes... no
*# The compiler cc does not accept ANSI prototypes
checking for gcc... found /usr/bin/gcc (gcc)
checking whether cross-compiling... yes
checking whether the compiler gcc runs... no
conftest.c: In function 'main':
conftest.c:2: warning: incompatible implicit declaration of built-in function 'exit'
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
[/glow]
dopodiché, come si legge nella guida del link di cui sopra, dovrei eseguire il comando
make
ma la risposta è la seguente:
[glow=red,2,300]make: *** No targets specified and no makefile found. Stop.[/glow]
Ovviamente il Makefile.in è presente nella cartella, quindi dovrebbe andare!
QUAL E' il problema? Help!