[Mplapack-devel] failing configure/make on mpack on Apple
Status: Pre-Alpha
Brought to you by:
nakatamaho
From: Barry S. <bs...@mc...> - 2010-01-10 22:39:58
|
> > >> >> I am trying to install the CVS version of mpack on my Apple (the . >> 6 tarball failed terribly on the make because its configure didn't >> properly handle different locations of gmp and qd then the standard >> locations). >> >> Darwin barry-smiths-macbook-pro.local 9.8.0 Darwin Kernel Version >> 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/ >> RELEASE_I386 i386 >> >> [barry-smiths-macbook-pro:~/Src/petsc-dev] barrysmith% gcc -v >> Using built-in specs. >> Target: i686-apple-darwin9 >> Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable- >> checking -enable-werror --prefix=/usr --mandir=/share/man --enable- >> languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/ >> s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/ >> usr/lib --build=i686-apple-darwin9 --with-arch=apple --with- >> tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 >> Thread model: posix >> gcc version 4.0.1 (Apple Inc. build 5493) >> >> and it fails on the make with >> >> ../../libtool: line 460: CDPATH: command not found >> /Users/barrysmith/Src/petsc-dev/externalpackages/mpack/libtool: >> line 460: CDPATH: command not found >> /Users/barrysmith/Src/petsc-dev/externalpackages/mpack/libtool: >> line 1138: func_opt_split: command not found >> libtool: Version mismatch error. This is libtool 2.2.6b, but the >> libtool: definition of this LT_INIT comes from an older release. >> libtool: You should recreate aclocal.m4 with macros from libtool >> 2.2.6b >> libtool: and run autoconf again. >> make[2]: *** [libmblas_gmp_ref_la-Caxpy.lo] Error 63 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all-recursive] Error 1 >> >> I've attached the output from configure and make and the generated >> libtool, >> >> Any suggestions appreciated, >> >> Thanks >> >> Barry |