On 19/10/2009, at 20:04, Christoph Deil wrote: > I want to install sextractor-2.8.6 ( > http://astromatic.iap.fr/software/sextractor > ) on my Mac running Snow Leopard, and a problem with my fink fftw3 > installation turned up. > > ./configure --with-fftw=/sw/lib --with-fftw-incdir=/sw/include > exits with the following error: > > checking /sw/include/fftw3.h usability... yes > checking /sw/include/fftw3.h presence... yes > checking for /sw/include/fftw3.h... yes > checking for fftw_execute in -lfftw3... no > configure: error: FFTW double precision library files not found in / > sw/ > lib! Exiting. > > I have installed fftw3: fink list fftw > i fftw3 3.2.2-1 Discrete > Fourier Transform Lib (Ver 3) > i fftw3-shlibs 3.2.2-1 Discrete > Fourier Transform Lib (Ver 3) > > What is the problem? Do I need to reinstall fftw3 with fink and turn a > "double precision" option on?
Hello, Christoph. Check if sextractor's config.log gives some clues about this build error. On my Intel OS 10.5.8 box, 32-bit Fink, I get $ nm -g /sw/lib/libfftw3.3.dylib | grep fftw_execute$ 000f7790 T _fftw_execute i.e., the fftw_execute function that sextractor seems to require is both present and global. Cheers, -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
