python v2.3.3, Mandrake 10.0, kernel 2.6.3-7mdk
./configure works fine (gzipped config.log attached)
make gives the following error:
gcc -pthread -o pyMPI_linker pyMPI_linker.o
cp pyMPI pyMPI2.0
cp pyMPI_linker pyMPI2.0_linker
rm -f augmentedMakefile
/usr/bin/python2.3 ./utils/editMakefile.py
< /usr/lib/python2.3/config/Makefile CC /usr/bin/mpicc | \
/usr/bin/python2.3 ./utils/editMakefile.py CXX /usr/bin/mpiCC | \
/usr/bin/python2.3 ./utils/editMakefile.py OPT -DHAVE_MPI
-I/usr/include/python2.3 -g -O2 -DNDEBUG -O2 -fomit-frame-pointer -pipe
-march=i586 -mcpu=pentiumpro -g | \
/usr/bin/python2.3 ./utils/editMakefile.py LIBS `echo -lm
-L/usr/lib/python2.3/config -lpython2.3 -Xlinker -export-dynamic -lpthread
-ldl -lutil | tr ' ' '\012' | egrep '^-(l|L)'` | \
/usr/bin/python2.3 ./utils/editMakefile.py LINKFORSHARED -Xlinker
-export-dynamic | \
/usr/bin/python2.3 ./utils/editMakefile.py
LDSHARED /usr/bin/pyMPI2.0_linker gcc -pthread -shared | \
/usr/bin/python2.3 ./utils/editMakefile.py
BLDSHARED /usr/bin/pyMPI2.0_linker gcc -pthread -shared \
>> augmentedMakefile
make[1]: Leaving directory `/opt/pyMPI-2.0b0'
[rountree@shuttle pyMPI-2.0b0]$
make clean, then python setup.py build gives the following error:
gcc -pthread -o pyMPI_linker pyMPI_linker.o
cp pyMPI pyMPI2.0
cp pyMPI_linker pyMPI2.0_linker
rm -f augmentedMakefile
/usr/bin/python2.3 ./utils/editMakefile.py
< /usr/lib/python2.3/config/Makefile CC /usr/bin/mpicc | \
/usr/bin/python2.3 ./utils/editMakefile.py CXX /usr/bin/mpiCC | \
/usr/bin/python2.3 ./utils/editMakefile.py OPT -DHAVE_MPI
-I/usr/include/python2.3 -g -O2 -DNDEBUG -O2 -fomit-frame-pointer -pipe
-march=i586 -mcpu=pentiumpro -g | \
/usr/bin/python2.3 ./utils/editMakefile.py LIBS `echo -lm
-L/usr/lib/python2.3/config -lpython2.3 -Xlinker -export-dynamic -lpthread
-ldl -lutil | tr ' ' '\012' | egrep '^-(l|L)'` | \
/usr/bin/python2.3 ./utils/editMakefile.py LINKFORSHARED -Xlinker
-export-dynamic | \
/usr/bin/python2.3 ./utils/editMakefile.py
LDSHARED /usr/bin/pyMPI2.0_linker gcc -pthread -shared | \
/usr/bin/python2.3 ./utils/editMakefile.py
BLDSHARED /usr/bin/pyMPI2.0_linker gcc -pthread -shared \
>> augmentedMakefile
make[1]: Leaving directory `/opt/pyMPI-2.0b0'
running build
running build_ext
building 'mpi' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fomit-frame-pointer -pipe
-march=i586 -mcpu=pentiumpro -g -fPIC -I/usr/include/python2.3 -c
pyMPI_softload.c -o build/temp.linux-i686-2.3/pyMPI_softload.o
gcc: pyMPI_softload.c: No such file or directory
gcc: no input files
error: command 'gcc' failed with exit status 1
[rountree@shuttle pyMPI-2.0b0]$
Ideas?
Thanks,
Barry Rountree
|