Re: [Pympi-users] macpro 10.4.8 python 2.4.3 install
Status: Alpha
Brought to you by:
patmiller
From: Pat M. <pat...@gm...> - 2006-12-02 01:03:17
|
I'll look at some of these MPICH issues this weekend. The "checking NumArray" is supposed to add support for Numeric/NumArray types (so that those arrays get sent with Native MPI instead of pickled -- this is a *huge* savings). I have a MacOSX computer, but it is older (PPC), so I can't quite check in the same environment. Cheers, Pat On 12/1/06, Conor Robinson <con...@gm...> wrote: > Hello pympi users, > > I've successfully install mpich2-1.0.4p1 as well as mpich-1.2.7p1 is > separate directories under usr/local/mpich<version> and added either > of the two to my path and tested both with cpi. All is well... > > Macintosh:~/desktop/mpich2-1.0.4p1/examples conor$ mpiexec -n 4 ./cpi > Process 0 of 4 is on Macintosh.local > Process 2 of 4 is on Macintosh.local > Process 1 of 4 is on Macintosh.local > Process 3 of 4 is on Macintosh.local > pi is approximately 3.1415926544231239, Error is 0.0000000008333307 > wall clock time = 0.002964 > > However, when I try to configure pympi with either mpich-1.2.7 or > mpich2 I get the same issues. My first major issue is that in python > 2.4 libpython2.4.a ( configure:4873: WARNING: If you get link errors > add a --with-libs=-L/path/to/libpython2.4.a ) does not exist nor does > a dynamic library. I looked this up at python.org and it seems to be > the case ( http://mail.python.org/pipermail/pythonmac-sig/2006-July/017970.html > ), however I see others on the mailing archive are running 2.4??? How > might I fix this, maybe without a new version of python and installing > all my other libs again? > > Also, the log file says that I'm running a i486, when I believe that > this chip is referred to as an i686 (sorry I'm new to the intel naming > culture). I have an alternate install of gcc 4.0.3 for the 64bit > intel i686 and SSE (I have given this compiler priority in my path, > but have used gcc 4.0.1 system install with the same results). I see > that there are also processor type mismatches in the log file. > (example near configure:5889 ) > > final notes: > > configure:4671: checking Numarray? > configure:4674: result: > > seems to be no result when looking for numarry, however it exist and functions? > > configure:3270:28: error: ac_nonexistent.h: No such file or directory > > Is this a problem? > > Any thoughts on the above would be greatly appreciated. > > thanks, > Conor > > Here is a copy of config.log: > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.54. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Macintosh.local > uname -m = i386 > uname -r = 8.8.1 > uname -s = Darwin > uname -v = Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; > root:xnu-792.13.8.obj~1/RELEASE_I386 > > /usr/bin/uname -p = i386 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = Mach kernel version: > Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; > root:xnu-792.13.8.obj~1/RELEASE_I386 > Kernel configured for up to 4 processors. > 4 processors are physically available. > 4 processors are logically available. > Processor type: i486 (Intel 80486) > Processors active: 0 1 2 3 > Primary memory available: 4.00 gigabytes > Default processor set: 54 tasks, 172 threads, 4 processors > Load average: 0.37, Mach factor: 3.62 > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /usr/local/mpich2-install/bin > PATH: /usr/local/gcc4.0/bin > PATH: /sw/bin > PATH: /Library/Frameworks/Python.framework/Versions/Current/bin > PATH: /bin > PATH: /sbin > PATH: /usr/bin > PATH: /usr/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1290: checking build system type > configure:1308: result: i386-apple-darwin8.8.1 > configure:1316: checking host system type > configure:1330: result: i386-apple-darwin8.8.1 > configure:1397: checking for a BSD-compatible install > configure:1451: result: /usr/bin/install -c > configure:1462: checking whether build environment is sane > configure:1505: result: yes > configure:1538: checking for gawk > configure:1567: result: no > configure:1538: checking for mawk > configure:1567: result: no > configure:1538: checking for nawk > configure:1567: result: no > configure:1538: checking for awk > configure:1554: found /usr/bin/awk > configure:1564: result: awk > configure:1574: checking whether make sets ${MAKE} > configure:1594: result: yes > configure:1802: checking for ranlib > configure:1818: found /usr/bin/ranlib > configure:1829: result: ranlib > configure:1842: checking host overrides > configure:1877: result: no > configure:1882: checking fatal error on cancel of isend (--with-bad-cancel) > configure:1897: result: no > configure:1912: checking Assume stdin is interactive (--with-isatty) > configure:1934: result: > configure:1948: checking Append a newline to prompt (--with-prompt-nl) > configure:1970: result: > configure:1989: checking for mpcc > configure:2018: result: no > configure:2028: checking for mpxlc > configure:2057: result: no > configure:2067: checking for mpiicc > configure:2096: result: no > configure:2106: checking for mpicc > configure:2122: found /usr/local/mpich2-install/bin/mpicc > configure:2132: result: mpicc > configure:2458: checking for C compiler version > configure:2461: mpicc --version </dev/null >&5 > i686-apple-darwin8-gcc-4.0.3 (GCC) 4.0.3 > Copyright (C) 2006 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. > > configure:2464: $? = 0 > configure:2466: mpicc -v </dev/null >&5 > mpicc for 1.0.4p1 > Using built-in specs. > Target: i686-apple-darwin8 > Configured with: ../gcc-4.0.3/configure --prefix=/usr/local/gcc4.0 > --disable-checking --enable-languages=c,objc,c++,f95 > --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ > --build=i686-apple-darwin8 --with-arch=pentium-m --with-tune=prescott > --program-prefix= --host=i686-apple-darwin8 > --target=i686-apple-darwin8 > Thread model: posix > gcc version 4.0.3 > /usr/local/gcc4.0/libexec/gcc/i686-apple-darwin8/4.0.3/collect2 > -dynamic -arch i686 -weak_reference_mismatches non-weak -o a.out > -lcrt1.o /usr/local/gcc4.0/lib/gcc/i686-apple-darwin8/4.0.3/crt2.o > -L/usr/local/mpich2-install/lib > -L/usr/local/gcc4.0/lib/gcc/i686-apple-darwin8/4.0.3 > -L/usr/local/gcc4.0/lib/gcc/i686-apple-darwin8/4.0.3/../../.. -lpmpich > -lmpich -lgcc -lgcc_eh -lSystemStubs -lmx -lSystem > /usr/bin/ld: Undefined symbols: > _main > collect2: ld returned 1 exit status > configure:2469: $? = 1 > configure:2471: mpicc -V </dev/null >&5 > i686-apple-darwin8-gcc-4.0.3: '-V' must come at the start of the command line > configure:2474: $? = 1 > configure:2494: checking for C compiler default output > configure:2497: mpicc conftest.c >&5 > configure:2500: $? = 0 > configure:2534: result: a.out > configure:2539: checking whether the C compiler works > configure:2563: result: yes > configure:2570: checking whether we are cross compiling > configure:2572: result: yes > configure:2575: checking for suffix of executables > configure:2577: mpicc -o conftest conftest.c >&5 > configure:2580: $? = 0 > configure:2603: result: > configure:2609: checking for suffix of object files > configure:2627: mpicc -c conftest.c >&5 > configure:2630: $? = 0 > configure:2649: result: o > configure:2653: checking whether we are using the GNU C compiler > configure:2674: mpicc -c conftest.c >&5 > configure:2677: $? = 0 > configure:2680: test -s conftest.o > configure:2683: $? = 0 > configure:2695: result: yes > configure:2701: checking whether mpicc accepts -g > configure:2719: mpicc -c -g conftest.c >&5 > configure:2722: $? = 0 > configure:2725: test -s conftest.o > configure:2728: $? = 0 > configure:2738: result: yes > configure:2755: checking for mpicc option to accept ANSI C > configure:2812: mpicc -c -g -O2 conftest.c >&5 > configure:2815: $? = 0 > configure:2818: test -s conftest.o > configure:2821: $? = 0 > configure:2838: result: none needed > configure:2856: mpicc -c -g -O2 conftest.c >&5 > conftest.c:2: error: syntax error before 'me' > configure:2859: $? = 1 > configure: failed program was: > #ifndef __cplusplus > choke me > #endif > configure:2976: checking for style of include used by make > configure:3004: result: GNU > configure:3032: checking dependency style of mpicc > configure:3094: result: none > configure:3114: checking for an ANSI C-conforming const > configure:3178: mpicc -c -g -O2 conftest.c >&5 > configure:3181: $? = 0 > configure:3184: test -s conftest.o > configure:3187: $? = 0 > configure:3197: result: yes > configure:3208: checking for mpicc is really C++ > configure:3215: checking how to run the C preprocessor > configure:3241: mpicc -E conftest.c > configure:3247: $? = 0 > configure:3274: mpicc -E conftest.c > configure:3270:28: error: ac_nonexistent.h: No such file or directory > configure:3280: $? = 1 > configure: failed program was: > #line 3269 "configure" > #include "confdefs.h" > #include <ac_nonexistent.h> > configure:3317: result: mpicc -E > configure:3332: mpicc -E conftest.c > configure:3338: $? = 0 > configure:3365: mpicc -E conftest.c > configure:3361:28: error: ac_nonexistent.h: No such file or directory > configure:3371: $? = 1 > configure: failed program was: > #line 3360 "configure" > #include "confdefs.h" > #include <ac_nonexistent.h> > configure:3411: checking for egrep > configure:3421: result: grep -E > configure:3448: result: no > configure:3472: checking for sed > configure:3490: found /usr/bin/sed > configure:3502: result: /usr/bin/sed > configure:3516: checking for grep > configure:3534: found /usr/bin/grep > configure:3546: result: /usr/bin/grep > configure:3561: checking for mpiCC > configure:3577: found /usr/local/mpich2-install/bin/mpiCC > configure:3587: result: mpiCC > configure:3769: checking for C++ compiler version > configure:3772: mpiCC --version </dev/null >&5 > i686-apple-darwin8-gcc-4.0.3 (GCC) 4.0.3 > Copyright (C) 2006 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. > > configure:3775: $? = 0 > configure:3777: mpiCC -v </dev/null >&5 > mpicc for 1.0.4p1 > Using built-in specs. > Target: i686-apple-darwin8 > Configured with: ../gcc-4.0.3/configure --prefix=/usr/local/gcc4.0 > --disable-checking --enable-languages=c,objc,c++,f95 > --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ > --build=i686-apple-darwin8 --with-arch=pentium-m --with-tune=prescott > --program-prefix= --host=i686-apple-darwin8 > --target=i686-apple-darwin8 > Thread model: posix > gcc version 4.0.3 > /usr/local/gcc4.0/libexec/gcc/i686-apple-darwin8/4.0.3/collect2 > -dynamic -arch i686 -weak_reference_mismatches non-weak -o a.out > -lcrt1.o /usr/local/gcc4.0/lib/gcc/i686-apple-darwin8/4.0.3/crt2.o > -L/usr/local/mpich2-install/lib > -L/usr/local/gcc4.0/lib/gcc/i686-apple-darwin8/4.0.3 > -L/usr/local/gcc4.0/lib/gcc/i686-apple-darwin8/4.0.3/../../.. -lpmpich > -lmpich -lgcc -lgcc_eh -lSystemStubs -lmx -lSystem > /usr/bin/ld: Undefined symbols: > _main > collect2: ld returned 1 exit status > configure:3780: $? = 1 > configure:3782: mpiCC -V </dev/null >&5 > i686-apple-darwin8-gcc-4.0.3: '-V' must come at the start of the command line > configure:3785: $? = 1 > configure:3788: checking whether we are using the GNU C++ compiler > configure:3809: mpiCC -c conftest.cc >&5 > configure:3812: $? = 0 > configure:3815: test -s conftest.o > configure:3818: $? = 0 > configure:3830: result: yes > configure:3836: checking whether mpiCC accepts -g > configure:3854: mpiCC -c -g conftest.cc >&5 > configure:3857: $? = 0 > configure:3860: test -s conftest.o > configure:3863: $? = 0 > configure:3873: result: yes > configure:3913: mpiCC -c -g -O2 conftest.cc >&5 > /var/tmp//ccl0oIip.s:42:indirect jmp without `*' > configure:3916: $? = 0 > configure:3919: test -s conftest.o > configure:3922: $? = 0 > configure:3944: mpiCC -c -g -O2 conftest.cc >&5 > configure: In function 'int main()': > configure:3936: error: 'exit' was not declared in this scope > configure:3947: $? = 1 > configure: failed program was: > #line 3931 "configure" > #include "confdefs.h" > > int > main () > { > exit (42); > ; > return 0; > } > configure:3913: mpiCC -c -g -O2 conftest.cc >&5 > /var/tmp//ccdCGafB.s:42:indirect jmp without `*' > configure:3916: $? = 0 > configure:3919: test -s conftest.o > configure:3922: $? = 0 > configure:3944: mpiCC -c -g -O2 conftest.cc >&5 > /var/tmp//ccQqF9xG.s:42:indirect jmp without `*' > configure:3947: $? = 0 > configure:3950: test -s conftest.o > configure:3953: $? = 0 > configure:3977: checking dependency style of mpiCC > configure:4039: result: none > configure:4071: checking for mpicc > configure:4089: found /usr/local/mpich2-install/bin/mpicc > configure:4101: result: /usr/local/mpich2-install/bin/mpicc > configure:4128: checking for mpiCC > configure:4146: found /usr/local/mpich2-install/bin/mpiCC > configure:4158: result: /usr/local/mpich2-install/bin/mpiCC > configure:4181: checking if /usr/local/mpich2-install/bin/mpicc -E -w > is a valid CPP > configure:4191: result: yes > configure:4204: checking how to run the C preprocessor > configure:4306: result: /usr/local/mpich2-install/bin/mpicc -E -w > configure:4321: /usr/local/mpich2-install/bin/mpicc -E -w conftest.c > configure:4327: $? = 0 > configure:4354: /usr/local/mpich2-install/bin/mpicc -E -w conftest.c > configure:4350:28: error: ac_nonexistent.h: No such file or directory > configure:4360: $? = 1 > configure: failed program was: > #line 4349 "configure" > #include "confdefs.h" > #include <ac_nonexistent.h> > configure:4409: checking for --with-python > configure:4422: result: no > configure:4449: checking executable > /Library/Frameworks/Python.framework/Versions/Current/bin/pythonw2.4 > configure:4451: result: yes > configure:4500: checking for Python > configure:4502: result: > /Library/Frameworks/Python.framework/Versions/Current/bin/pythonw2.4 > configure:4507: checking for MPIRun.exe > configure:4540: result: no > configure:4546: checking for mpirun > configure:4564: found /usr/local/mpich2-install/bin/mpirun > configure:4576: result: /usr/local/mpich2-install/bin/mpirun > configure:4585: checking for poe > configure:4618: result: no > configure:4623: checking Python version 2.2 or higher > configure:4626: result: yes > configure:4633: checking distutils? > configure:4636: result: yes > configure:4644: checking distutils works > configure:4647: result: yes > configure:4658: checking Numeric? > configure:4661: result: yes > configure:4671: checking Numarray? > configure:4674: result: > configure:4690: checking Python version string > configure:4693: result: 2.4 > configure:4703: checking install prefix for > /Library/Frameworks/Python.framework/Versions/Current/bin/pythonw2.4 > configure:4710: result: /Library/Frameworks/Python.framework/Versions/2.4 > configure:4715: checking Prefix exists... > configure:4718: result: yes > configure:4748: checking for python include location > configure:4752: result: > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > configure:4755: checking that include directory exists > configure:4758: result: yes > configure:4768: checking for python library location > configure:4772: result: > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages > configure:4775: checking that lib directory is accessable > configure:4778: result: yes > configure:4794: checking Python library > configure:4797: result: > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4 > configure:4803: checking site.py > configure:4806: result: > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site.py > configure:4821: checking site-packages > configure:4824: result: > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages > configure:4838: checking for python lib/config location > configure:4842: result: > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > configure:4850: checking that lib/config directory is accessable > configure:4853: result: yes > configure:4864: checking libpython2.4.a is there > configure:4871: result: not there > configure:4873: WARNING: If you get link errors add a > --with-libs=-L/path/to/libpython2.4.a > configure:4882: checking configuration Makefile is there > configure:4885: result: yes > configure:4896: checking module configuration table is there > configure:4899: result: yes > configure:4911: checking original Python there > configure:4914: result: yes > configure:4925: checking for --with-includes > configure:4946: result: no > configure:4953: checking for compiler based include directory > configure:4961: result: no > configure:4965: checking MPI_COMPILE_FLAGS > configure:4968: result: no > configure:4975: checking MPI_LD_FLAGS > configure:4978: result: no > configure:4986: checking for ANSI C header files > configure:5000: /usr/local/mpich2-install/bin/mpicc -E -w > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c > configure:5006: $? = 0 > configure:5091: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > >&5 > configure: In function 'main': > configure:5084: warning: incompatible implicit declaration of built-in > function 'exit' > /var/tmp//cc1oc9X5.s:144:indirect jmp without `*' > /var/tmp//cc1oc9X5.s:159:indirect jmp without `*' > /var/tmp//cc1oc9X5.s:174:indirect jmp without `*' > configure:5094: $? = 0 > configure:5096: ./conftest > configure:5099: $? = 0 > configure:5113: result: yes > configure:5137: checking for sys/types.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for sys/stat.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for stdlib.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for string.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for memory.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for strings.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for inttypes.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for stdint.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5137: checking for unistd.h > configure:5150: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5153: $? = 0 > configure:5156: test -s conftest.o > configure:5159: $? = 0 > configure:5169: result: yes > configure:5191: checking mpi.h usability > configure:5200: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5203: $? = 0 > configure:5206: test -s conftest.o > configure:5209: $? = 0 > configure:5218: result: yes > configure:5222: checking mpi.h presence > configure:5229: /usr/local/mpich2-install/bin/mpicc -E -w > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c > configure:5235: $? = 0 > configure:5253: result: yes > configure:5271: checking for mpi.h > configure:5278: result: yes > configure:5305: checking Python.h usability > configure:5314: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:5317: $? = 0 > configure:5320: test -s conftest.o > configure:5323: $? = 0 > configure:5332: result: yes > configure:5336: checking Python.h presence > configure:5343: /usr/local/mpich2-install/bin/mpicc -E -w > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c > configure:5349: $? = 0 > configure:5367: result: yes > configure:5385: checking for Python.h > configure:5392: result: yes > configure:5418: checking Python CC > configure:5421: result: gcc > configure:5430: checking Python CFLAGS > configure:5433: result: -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double > -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g > configure:5442: checking Python INCLUDEPY > configure:5445: result: > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > configure:5454: checking Python OPT > configure:5457: result: -DNDEBUG -g > configure:5466: checking Python LDFLAGS > configure:5469: result: -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -g > configure:5478: checking Python LINKFORSHARED > configure:5481: result: -u _PyMac_Error Python.framework/Versions/2.4/Python > configure:5492: checking Python LDSHARED > configure:5495: result: gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -g -bundle -undefined dynamic_lookup > configure:5504: checking Python BLDSHARED > configure:5507: result: gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -g -bundle -undefined dynamic_lookup > configure:5517: checking Python LOCALMODLIBS > configure:5520: result: > configure:5529: checking Python BASEMODLIBS > configure:5532: result: > configure:5541: checking Python LIBS > configure:5544: result: -ldl > configure:5553: checking Python LDLAST > configure:5556: result: > configure:5560: checking Python library options > configure:5563: result: > -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl > configure:5592: checking for --with-debug > configure:5612: result: no > configure:5626: checking python.exp file > configure:5635: result: no > configure:5639: checking sysconf(_SC_NPROCESSORS_CONF) > configure:5660: gcc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure: In function 'main': > configure:5651: error: '_SC_NPROCESSORS_CONF' undeclared (first use in > this function) > configure:5651: error: (Each undeclared identifier is reported only once > configure:5651: error: for each function it appears in.) > configure:5651: warning: incompatible implicit declaration of built-in > function 'exit' > configure:5663: $? = 1 > configure: failed program was: > #line 5643 "configure" > #include "confdefs.h" > > #include <unistd.h> > > int > main () > { > > int np = sysconf(_SC_NPROCESSORS_CONF); exit(0); > > ; > return 0; > } > configure:5687: result: no > configure:5691: checking for ANSI C header files > configure:5818: result: yes > configure:5831: checking local processor count for testing > configure:5851: result: 1 > configure:5854: checking for --with-libs > configure:5868: result: no > configure:5874: checking for pow in -lm > configure:5901: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c -lm > -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl >&5 > configure:5889: warning: conflicting types for built-in function 'pow' > configure:5889: warning: conflicting types for built-in function 'pow' > /var/tmp//cc9hXCTQ.s:36:indirect jmp without `*' > /usr/bin/ld: for architecture i686 > /usr/bin/ld: Undefined symbols: > _PyMac_Error > collect2: ld returned 1 exit status > /usr/bin/ld: for architecture ppc > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libpmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: Undefined symbols: > _PyMac_Error > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccPj1HBD.out (No such file or directory) > configure:5904: $? = 1 > configure: failed program was: > #line 5881 "configure" > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char pow (); > int > main () > { > pow (); > ; > return 0; > } > configure:5921: result: no > configure:5936: checking for PyOS_StdioReadline > configure:5973: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl >&5 > /usr/bin/ld: for architecture ppc > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libpmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: Undefined symbols: > _PyMac_Error > _PyOS_StdioReadline > collect2: ld returned 1 exit status > /usr/bin/ld: for architecture i686 > /usr/bin/ld: Undefined symbols: > _PyMac_Error > _PyOS_StdioReadline > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//cc90vZio.out (No such file or directory) > configure:5976: $? = 1 > configure: failed program was: > #line 5941 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char PyOS_StdioReadline (); below. */ > #include <assert.h> > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char PyOS_StdioReadline (); > char (*f) (); > > int > main () > { > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_PyOS_StdioReadline) || defined (__stub___PyOS_StdioReadline) > choke me > #else > f = PyOS_StdioReadline; > #endif > > ; > return 0; > } > configure:5992: result: no > configure:6007: checking for setlinebuf > configure:6044: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl >&5 > /usr/bin/ld: for architecture i686 > /usr/bin/ld: Undefined symbols: > _PyMac_Error > collect2: ld returned 1 exit status > /usr/bin/ld: for architecture ppc > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libpmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: Undefined symbols: > _PyMac_Error > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccKdik5d.out (No such file or directory) > configure:6047: $? = 1 > configure: failed program was: > #line 6012 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setlinebuf (); below. */ > #include <assert.h> > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char setlinebuf (); > char (*f) (); > > int > main () > { > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_setlinebuf) || defined (__stub___setlinebuf) > choke me > #else > f = setlinebuf; > #endif > > ; > return 0; > } > configure:6063: result: no > configure:6088: checking sys/param.h usability > configure:6097: /usr/local/mpich2-install/bin/mpicc -c -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c >&5 > configure:6100: $? = 0 > configure:6103: test -s conftest.o > configure:6106: $? = 0 > configure:6115: result: yes > configure:6119: checking sys/param.h presence > configure:6126: /usr/local/mpich2-install/bin/mpicc -E -w > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c > configure:6132: $? = 0 > configure:6150: result: yes > configure:6168: checking for sys/param.h > configure:6175: result: yes > configure:6195: checking Python links as is > configure:6217: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl -lm >&5 > /var/tmp//ccPiQeM5.s:41:indirect jmp without `*' > /usr/bin/ld: for architecture i686 > /usr/bin/ld: Undefined symbols: > _PyMac_Error > _Py_Main > collect2: ld returned 1 exit status > /usr/bin/ld: for architecture ppc > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libpmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: Undefined symbols: > _PyMac_Error > _Py_Main > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccjMIK6h.out (No such file or directory) > configure:6220: $? = 1 > configure: failed program was: > #line 6197 "configure" > #include "confdefs.h" > #ifdef __cplusplus > extern "C" { > #endif > extern int Py_Main(int,char**); > #ifdef __cplusplus > } > #endif > > int > main () > { > Py_Main(0,0) > ; > return 0; > } > configure:6236: result: no > configure:6239: checking for -pthread > configure:6263: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > -pthread conftest.c > -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl -lm >&5 > powerpc-apple-darwin8-gcc-4.0.3: unrecognized option '-pthread' > i686-apple-darwin8-gcc-4.0.3: unrecognized option '-pthread' > /var/tmp//ccLaxAiT.s:41:indirect jmp without `*' > /usr/bin/ld: for architecture ppc > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libpmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: warning /usr/local/mpich2-install/lib/libmpich.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from it) > /usr/bin/ld: Undefined symbols: > _PyMac_Error > _Py_Main > collect2: ld returned 1 exit status > /usr/bin/ld: for architecture i686 > /usr/bin/ld: Undefined symbols: > _PyMac_Error > _Py_Main > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccQtVm5I.out (No such file or directory) > configure:6266: $? = 1 > configure: failed program was: > #line 6243 "configure" > #include "confdefs.h" > #ifdef __cplusplus > extern "C" { > #endif > extern int Py_Main(int,char**); > #ifdef __cplusplus > } > #endif > > int > main () > { > Py_Main(0,0) > ; > return 0; > } > configure:6282: result: no > configure:6286: checking for gcc libraries > configure:6289: result: Found > /usr/local/lib/gcc/i386-apple-darwin8.8.1/4.2.0/libgcc.a > configure:6292: checking _eprintf bug workaround > configure:6314: /usr/local/mpich2-install/bin/mpicc -o conftest -g -O2 > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > conftest.c -L/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -u > _PyMac_Error -ldl -lm > /usr/local/lib/gcc/i386-apple-darwin8.8.1/4.2.0/libgcc.a -lm >&5 > /var/tmp//ccm6o9nT.s:41:indirect jmp without `*' > //usrubin/ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pympi-users mailing list > Pym...@li... > https://lists.sourceforge.net/lists/listinfo/pympi-users > |