On 11/8/06, Douglas Clowe <[EMAIL PROTECTED]> wrote: > I'm trying to install the fftw libraries on a dual-core xeon mac pro > with OS X 10.4.8. I have fink set to use the unstable releases (no > stable release for fftw), and install fftw. It tells me it needs to > install fftw-shlibs and g77 as well. >
> The g77 installation fails because it can't find a c++filt3 (only > have c++filt). I've tried installing gcc from both > hpc.sourceforge.net and the fink version in addition to what came > with the dev tools, but none of them install a c++filt3. The full > error is: > > stage1/xgcc -Bstage1/ -B/sw/i686-apple-darwin8.8.1/bin/ -g -O2 - > DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- > prototypes -pedantic -Wno-long-long -Werror -fno-common - > DHAVE_CONFIG_H -DGENERATOR_FILE -o genmodes \ > genmodes.o errors.o ../libiberty/libiberty.a > xgcc: installation problem, cannot exec `c++filt3': No such file or > directory > /usr/bin/ld: Undefined symbols: > __init_keymgr > collect2: ld returned 1 exit status > make[2]: *** [genmodes] Error 1 > make[1]: *** [stage2_build] Error 2 > make: *** [bootstrap] Error 2 > ### execution of /var/tmp/tmp.1.Z3SVMl failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-g77-3.4-20031015-2 > (Reading database ... 40119 files and directories currently installed.) > Removing fink-buildlock-g77-3.4-20031015-2 ... > Failed: phase compiling: g77-3.4-20031015-2 failed > > I have a copy of g77 installed from hpc.sourceforge.net in /usr/local/ > bin and a gfortran from the fink gcc installation in /sw/bin (all of > which are in the PATH), but fink still instists it needs to install > g77 to use fftw. I've also trying symbolically linking c++filt3 to c+ > +filt, but it still gives the error of not being able to find > __init_keymgr. > > I had done this same procedure about a month ago for a macbook pro, > and installed fftw without needing to install g77 from fink, and as > near as I can tell have done the same installation steps on both > machines. The one difference I found is that the fftw installed on > the macbook pro is 2.1.5-1009 and the one fink is trying to install > currently is 2.1.5-1008. > > Anyone have any ideas on how to either get g77 to compile, get fftw > to not need g77, or to get fink to grab the 2.1.5-1009 version instead? > > Thanks. > g77 doesn't work on Intel macs. http://pdb.finkproject.org/pdb/package.php/g77 I'm surprised that you had a compile failure, since the package should block you from even seeing it. You probably just need to do a "fink selfupdate" (either rsync or cvs if you don't have them turned on), as http://pdb.finkproject.org/pdb/package.php/fftw shows 2.1.5-1009 as the current version. -- Alexander K. Hansen Fink Documenter (still) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
