Re: [O-MPI users] Building 1.0rc3 on Mac OSX Tiger with macosx-pkg/buildpackage.sh fails on Apple dual G5 tower

2005-10-14 Thread Jeff Squyres
Committed back to SVN -- thanks for catching that! On Oct 12, 2005, at 8:15 PM, Ken Mighell wrote: Dear Brian, The file /openmpi-1.0rc3/contrib/dist/macosx-pkg/buildpackage.sh has a symbol TMP_DIR which is undefined.  Replacing TMP_DIR with  BUILD_TMP lead to a dmg file which installed w

Re: [O-MPI users] Building 1.0rc3 on Mac OSX Tiger with macosx-pkg/buildpackage.sh fails on Apple dual G5 tower

2005-10-12 Thread Ken Mighell
Dear Brian, The file /openmpi-1.0rc3/contrib/dist/macosx-pkg/buildpackage.sh has a symbol TMP_DIR which is undefined. Replacing TMP_DIR with BUILD_TMP lead to a dmg file which installed without a problem on my Apple dual G5 tower: mighell% ./buildpackage.sh ~/pkg/openmpi/src/openmpi-1.0rc

Re: [O-MPI users] Building 1.0rc3 on Mac OSX Tiger with macosx-pkg/buildpackage.sh fails on Apple dual G5 tower

2005-10-12 Thread Ken Mighell
Dear Brian, Previously my CC environment variable was set to cc: mighell% printenv CC cc I then set the CC environment variable to gcc: mighell% setenv CC gcc mighell% printenv CC gcc and then tried to build the package mighell% ./buildpackage.sh ~/pkg/openmpi/src/openmpi-1.0rc3.tar.gz ~/ p

Re: [O-MPI users] Building 1.0rc3 on Mac OSX Tiger with macosx-pkg/buildpackage.sh fails on Apple dual G5 tower

2005-10-12 Thread Ken Mighell
Dear Brian, It must be something else because cc *is* gcc mighell% which cc /usr/bin/cc mighell% ls -l /usr/bin/cc lrwxr-xr-x 1 root wheel 7 May 25 11:45 /usr/bin/cc -> gcc-4.0 mighell% cc --version powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061) C

Re: [O-MPI users] Building 1.0rc3 on Mac OSX Tiger with macosx-pkg/buildpackage.sh fails on Apple dual G5 tower

2005-10-12 Thread Brian Barrett
On Oct 12, 2005, at 5:15 PM, Ken Mighell wrote: Making all in xgrid depbase=`echo src/pls_xgrid_component.lo | sed 's|[^/]*$|.deps/&|;s| \.lo$||'`; \ if /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I../../../../include -I../../../../include -I/tmp/ buildpackage-60

[O-MPI users] Building 1.0rc3 on Mac OSX Tiger with macosx-pkg/buildpackage.sh fails on Apple dual G5 tower

2005-10-12 Thread Ken Mighell
Dear OpenMPI, I tried to build 1.0rc3 on my Apple dual G5 tower running OSX Tiger: mighell% ./buildpackage.sh ~/pkg/openmpi/src/openmpi-1.0rc3.tar.gz ~/pkg/openmpi/ --> Configuration options: Package Name: openmpi Prefix: /Users/mighell/pkg/openmpi/ Boot: ssh