Niloufar,
   You do realize that fftw is a math library and
not a stand-alone program, right?
              Jack


On Wed, Jan 06, 2010 at 11:23:21AM -0500, Niloufar Faghihi wrote:
> Hello,
> 
> 
> ok, i renamed the usr/local and installed fftw again.. this time there is no 
> error message but when i type fftw it says command not found.
> it starts like :
> 
> 
> 
> Information about 8139 packages read in 2 seconds.
> The following package will be installed or updated:
>  fftw
> The following 3 additional packages will be installed:
>  fftw-shlibs gcc44 gcc44-shlibs
> Do you want to continue? [Y/n] y
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gcc44-4.4.2-1000 
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-gcc44-4.4.2-1000' in 
> `/sw/src/fink.build/fink-buildlock-gcc44-4.4.2-1000_2010.01.06-08.57.54_darwin-i386.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i 
> /sw/src/fink.build/fink-buildlock-gcc44-4.4.2-1000_2010.01.06-08.57.54_darwin-i386.deb
> Selecting previously deselected package fink-buildlock-gcc44-4.4.2-1000.
> (Reading database ... 10518 files and directories currently installed.)
> Unpacking fink-buildlock-gcc44-4.4.2-1000 (from 
> .../fink-buildlock-gcc44-4.4.2-1000_2010.01.06-08.57.54_darwin-i386.deb) ...
> Setting up fink-buildlock-gcc44-4.4.2-1000 (2010.01.06-08.57.54) ...
> bzip2 -dc /sw/src/gcc-4.4.2.tar.bz2 | /sw/bin/tar -xf -  --no-same-owner 
> --no-same-permissions 
> cp /sw/src/ecj-latest.jar .
> [ -r /sw/fink/dists/unstable/main/finkinfo/languages/gcc44.patch ]
> patch -p1 < /sw/fink/dists/unstable/main/finkinfo/languages/gcc44.patch
> patching file libjava/configure.ac
> Hunk #1 succeeded at 139 (offset 57 lines).
> patching file libjava/configure
> Hunk #1 succeeded at 1021 with fuzz 1 (offset 3 lines).
> Hunk #2 succeeded at 1975 (offset 123 lines).
> /var/tmp/tmp.1.AgT31g
> #!/bin/bash -ev
>  ulimit -s `ulimit -s`
> ulimit -s
>  mv ../ecj-latest.jar ecj.jar
>  mkdir ../darwin_objdir 
> 
> 
> and the last lines are like this:
> 
> 
> 
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking type prefix for installed files... d
> checking for vendor's cc to be used instead of gcc... checking for cc... cc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ANSI C... none needed
> checking for style of include used by make... GNU
> checking dependency style of cc... gcc3
> checking whether we are using gcc 2.90 or later... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether make sets $(MAKE)... (cached) yes
> checking for ranlib... ranlib
> checking whether ln -s works... yes
> checking build system type... i686-apple-darwin10.2.0
> checking host system type... i686-apple-darwin10.2.0
> checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
> ld... no
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload 
> object files... -r
> checking for BSD-compatible nm... /usr/bin/nm
> checking for a sed that does not truncate output... /usr/bin/sed
> checking how to recognise dependent libraries... file_magic Mach-O 
> dynamically linked shared library
> checking command to parse /usr/bin/nm output... ok
> checking how to run the C preprocessor... cc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for cc option to produce PIC... -fno-common
> checking if cc PIC flag -fno-common works... yes
> checking if cc static flag -static works... no
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.lo... yes
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
> supports shared libraries... yes
> checking how to hardcode library paths into programs... unsupported
> checking whether stripping libraries is possible... no
> checking dynamic linker characteristics... darwin10.2.0 dyld
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking whether -lc should be explicitly linked in... yes
> creating libtool
> checking for perl... perl
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether /sw/bin/gfortran accepts -g... yes
> checking how to get verbose linking output from /sw/bin/gfortran... -v
> checking for Fortran 77 libraries... -L/sw/lib/gcc4.4/lib -lgfortran
> checking for dummy main to link with Fortran 77 libraries... none
> checking for Fortran 77 name-mangling scheme... lower case, underscore, no 
> extra underscore
> checking whether cc accepts -mpreferred-stack-boundary=4... yes
> checking whether the stack is correctly aligned by gcc... yes
> checking for sqrt in -lm... yes
> checking for ANSI C header files... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for unistd.h... (cached) yes
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking malloc.h usability... no
> checking malloc.h presence... no
> checking for malloc.h... no
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for gettimeofday... yes
> checking for BSDgettimeofday... no
> checking for gethrtime... no
> checking for getopt... yes
> checking for getopt_long... yes
> checking for isnan... yes
> checking for hrtime_t... no
> checking for int... yes
> checking size of int... 4
> checking for long long... yes
> checking size of long long... 8
> checking whether cc accepts "-fkeep-programmers-inline"... no
> checking whether cc accepts "-vomit-frame-pointer"... yes
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... cc
> configure: creating ./config.status
> config.status: creating fftw/Makefile
> config.status: creating tests/Makefile
> config.status: creating rfftw/Makefile
> config.status: creating doc/Makefile
> config.status: creating Makefile
> config.status: creating threads/Makefile
> config.status: creating mpi/Makefile
> config.status: creating fftw.spec
> config.status: creating fftw/config.h
> config.status: creating fftw/fftw.h
> config.status: executing depfiles commands
> make install DESTDIR=/sw/src/fink.build/root-fftw-2.1.5-1015
> 
> Making install in fftw
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib
>  /bin/sh ../libtool --mode=install /usr/bin/install -c  libsfftw.la 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw.la
> /usr/bin/install -c .libs/libsfftw.2.0.7.dylib 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw.2.0.7.dylib
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f libsfftw.2.dylib 
> && ln -s libsfftw.2.0.7.dylib libsfftw.2.dylib)
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f libsfftw.dylib && 
> ln -s libsfftw.2.0.7.dylib libsfftw.dylib)
> /usr/bin/install -c .libs/libsfftw.lai 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw.la
> /usr/bin/install -c .libs/libsfftw.a 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw.a
> ranlib /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw.a
> chmod 644 /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw.a
> libtool: install: warning: remember to run `libtool --finish /sw/lib'
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include
>  /usr/bin/install -c -m 644 sfftw.h 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include/sfftw.h
> Making install in rfftw
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib
>  /bin/sh ../libtool --mode=install /usr/bin/install -c  libsrfftw.la 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw.la
> /usr/bin/install -c .libs/libsrfftw.2.0.7.dylib 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw.2.0.7.dylib
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f libsrfftw.2.dylib 
> && ln -s libsrfftw.2.0.7.dylib libsrfftw.2.dylib)
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f libsrfftw.dylib 
> && ln -s libsrfftw.2.0.7.dylib libsrfftw.dylib)
> /usr/bin/install -c .libs/libsrfftw.lai 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw.la
> /usr/bin/install -c .libs/libsrfftw.a 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw.a
> ranlib /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw.a
> chmod 644 /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw.a
> libtool: install: warning: remember to run `libtool --finish /sw/lib'
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include
>  /usr/bin/install -c -m 644 srfftw.h 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include/srfftw.h
> Making install in tests
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> Making install in doc
> make[2]: Nothing to be done for `install-exec-am'.
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info
>  /usr/bin/install -c -m 644 ./fftw.info 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info/fftw.info
>  install-info 
> --info-dir=/sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info/fftw.info
> * fftw: (fftw). FFTW User's Manual.
> install-info(/sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info/fftw.info):
>  replacing existing dir entry for `fftw'
> Making install in threads
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib
>  /bin/sh ../libtool --mode=install /usr/bin/install -c  libsfftw_threads.la 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw_threads.la
> /usr/bin/install -c .libs/libsfftw_threads.2.0.7.dylib 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw_threads.2.0.7.dylib
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f 
> libsfftw_threads.2.dylib && ln -s libsfftw_threads.2.0.7.dylib 
> libsfftw_threads.2.dylib)
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f 
> libsfftw_threads.dylib && ln -s libsfftw_threads.2.0.7.dylib 
> libsfftw_threads.dylib)
> /usr/bin/install -c .libs/libsfftw_threads.lai 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw_threads.la
> /usr/bin/install -c .libs/libsfftw_threads.a 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw_threads.a
> ranlib /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw_threads.a
> chmod 644 /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsfftw_threads.a
> libtool: install: warning: remember to run `libtool --finish /sw/lib'
>  /bin/sh ../libtool --mode=install /usr/bin/install -c  libsrfftw_threads.la 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw_threads.la
> /usr/bin/install -c .libs/libsrfftw_threads.2.0.7.dylib 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw_threads.2.0.7.dylib
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f 
> libsrfftw_threads.2.dylib && ln -s libsrfftw_threads.2.0.7.dylib 
> libsrfftw_threads.2.dylib)
> (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib && rm -f 
> libsrfftw_threads.dylib && ln -s libsrfftw_threads.2.0.7.dylib 
> libsrfftw_threads.dylib)
> /usr/bin/install -c .libs/libsrfftw_threads.lai 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw_threads.la
> /usr/bin/install -c .libs/libsrfftw_threads.a 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw_threads.a
> ranlib /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw_threads.a
> chmod 644 /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/libsrfftw_threads.a
> libtool: install: warning: remember to run `libtool --finish /sw/lib'
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include
>  /usr/bin/install -c -m 644 sfftw_threads.h 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include/sfftw_threads.h
>  /usr/bin/install -c -m 644 srfftw_threads.h 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include/srfftw_threads.h
> Making install in mpi
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib
> /bin/sh ../mkinstalldirs /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
>  (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib; ln -s 
> /sw/lib/libdfftw.2.0.7.dylib libfftw.dylib) || exit 1
>  (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib; ln -s 
> /sw/lib/libdrfftw.2.0.7.dylib librfftw.dylib) || exit 1
>  (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include; ln -s 
> /sw/include/dfftw.h fftw.h) || exit 1
>  (cd /sw/src/fink.build/root-fftw-2.1.5-1015/sw/include; ln -s 
> /sw/include/drfftw.h rfftw.h) || exit 1
> /usr/bin/install -d -m 700 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw
> /bin/cp -r README /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/cp -r COPYING /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/cp -r INSTALL /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/cp -r COPYRIGHT 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/cp -r NEWS /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/cp -r README.hacks 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/cp -r AUTHORS /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw/
> /bin/chmod -R go=u-w /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/doc/fftw
> /bin/rm -f /sw/src/fink.build/root-fftw-2.1.5-1015/sw/info/dir 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/info/dir.old 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info/dir 
> /sw/src/fink.build/root-fftw-2.1.5-1015/sw/share/info/dir.old
> /bin/rm -rf /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015
> /bin/mkdir -p /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw
> /bin/mkdir -p /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/DEBIAN
> /usr/sbin/chown -R root:admin /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015
> /usr/bin/install -d -m 755 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/lib
> /bin/mv /sw/src/fink.build/root-fftw-2.1.5-1015/sw/lib/lib*.*.dylib 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/lib/
> /usr/bin/install -d -m 700 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs
> /bin/cp -r README 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/cp -r COPYING 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/cp -r INSTALL 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/cp -r COPYRIGHT 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/cp -r NEWS 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/cp -r README.hacks 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/cp -r AUTHORS 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs/
> /bin/chmod -R go=u-w 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/doc/fftw-shlibs
> /bin/rm -f /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/info/dir 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/info/dir.old 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/info/dir 
> /sw/src/fink.build/root-fftw-shlibs-2.1.5-1015/sw/share/info/dir.old
> Writing control file...
> Writing package script postinst...
> Writing package script prerm...
> dpkg-deb -b root-fftw-2.1.5-1015 
> /sw/fink/10.6/unstable/main/binary-darwin-i386/sci
> dpkg-deb: building package `fftw' in 
> `/sw/fink/10.6/unstable/main/binary-darwin-i386/sci/fftw_2.1.5-1015_darwin-i386.deb'.
> Writing control file...
> Creating shlibs files...
> dpkg-deb -b root-fftw-shlibs-2.1.5-1015 
> /sw/fink/10.6/unstable/main/binary-darwin-i386/sci
> dpkg-deb: building package `fftw-shlibs' in 
> `/sw/fink/10.6/unstable/main/binary-darwin-i386/sci/fftw-shlibs_2.1.5-1015_darwin-i386.deb'.
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-fftw-2.1.5-1015
> (Reading database ... 15599 files and directories currently installed.)
> Removing fink-buildlock-fftw-2.1.5-1015 ...
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i 
> /sw/fink/dists/unstable/main/binary-darwin-i386/sci/fftw_2.1.5-1015_darwin-i386.deb
>  
> /sw/fink/dists/unstable/main/binary-darwin-i386/sci/fftw-shlibs_2.1.5-1015_darwin-i386.deb
> Selecting previously deselected package fftw.
> (Reading database ... 15598 files and directories currently installed.)
> Unpacking fftw (from .../fftw_2.1.5-1015_darwin-i386.deb) ...
> Selecting previously deselected package fftw-shlibs.
> Unpacking fftw-shlibs (from .../fftw-shlibs_2.1.5-1015_darwin-i386.deb) ...
> Setting up fftw-shlibs (2.1.5-1015) ...
> Setting up fftw (2.1.5-1015) ...
> * fftw: (fftw). FFTW User's Manual.
> 
> 
> Updating the list of locally available binary packages.
> Scanning dists/unstable/main/binary-darwin-i386
> New package: 
> dists/unstable/main/binary-darwin-i386/languages/gcc44-shlibs_4.4.2-1000_darwin-i386.deb
> New package: 
> dists/unstable/main/binary-darwin-i386/languages/gcc44_4.4.2-1000_darwin-i386.deb
> New package: 
> dists/unstable/main/binary-darwin-i386/sci/fftw-shlibs_2.1.5-1015_darwin-i386.deb
> New package: 
> dists/unstable/main/binary-darwin-i386/sci/fftw_2.1.5-1015_darwin-i386.deb
> 
> 
> the process took more than an hour. there are many messages in between. 
> then i used the command: dpkg -L fftw to check if the package is installed. 
> it says: 
> 
> 
> 
> /.
> /sw
> /sw/include
> /sw/include/dfftw.h
> /sw/include/dfftw_threads.h
> /sw/include/drfftw.h
> /sw/include/drfftw_threads.h
> /sw/include/sfftw.h
> /sw/include/sfftw_threads.h
> /sw/include/srfftw.h
> /sw/include/srfftw_threads.h
> /sw/lib
> /sw/lib/libdfftw.a
> /sw/lib/libdfftw.la
> /sw/lib/libdfftw_threads.a
> /sw/lib/libdfftw_threads.la
> /sw/lib/libdrfftw.a
> /sw/lib/libdrfftw.la
> /sw/lib/libdrfftw_threads.a
> /sw/lib/libdrfftw_threads.la
> /sw/lib/libsfftw.a
> /sw/lib/libsfftw.la
> /sw/lib/libsfftw_threads.a
> /sw/lib/libsfftw_threads.la
> /sw/lib/libsrfftw.a
> /sw/lib/libsrfftw.la
> /sw/lib/libsrfftw_threads.a
> /sw/lib/libsrfftw_threads.la
> /sw/share
> /sw/share/doc
> /sw/share/doc/fftw
> /sw/share/doc/fftw/AUTHORS
> /sw/share/doc/fftw/COPYING
> /sw/share/doc/fftw/COPYRIGHT
> /sw/share/doc/fftw/INSTALL
> /sw/share/doc/fftw/NEWS
> /sw/share/doc/fftw/README
> /sw/share/doc/fftw/README.hacks
> /sw/share/info
> /sw/share/info/fftw.info
> /sw/include/fftw.h
> /sw/include/rfftw.h
> /sw/lib/libdfftw.dylib
> /sw/lib/libdfftw_threads.dylib
> /sw/lib/libdrfftw.dylib
> /sw/lib/libdrfftw_threads.dylib
> /sw/lib/libfftw.dylib
> /sw/lib/librfftw.dylib
> /sw/lib/libsfftw.dylib
> /sw/lib/libsfftw_threads.dylib
> /sw/lib/libsrfftw.dylib
> /sw/lib/libsrfftw_threads.dylib
> 
> 
> what can be the problem?
> thanks,
> Nilou
> ----- Original Message -----
> From: monipol <[email protected]>
> Date: Tuesday, January 5, 2010 2:01 am
> Subject: Re: [Fink-beginners] fftw installation problem
> To: Niloufar Faghihi <[email protected]>
> Cc: [email protected], [email protected]
> 
> > On 05/01/2010, at 02:43, Niloufar Faghihi wrote:
> > > I am trying to install fftw on my machine:
> > >
> > > System Version:   Mac OS X 10.6.2 (10C540)
> > >
> > > i use fink install fftw (fink version: 0.29.10), and here is 
> > how it  
> > > starts:
> > >
> > > "The following package will be installed or updated:
> > >  fftw
> > > The following 3 additional packages will be installed:
> > >  fftw-shlibs gcc44 gcc44-shlibs
> > (...)
> > > and finally after many warnings and tasks it says:
> > >
> > > "collect2: ld returned 1 exit status
> > > make[6]: *** [libjavamath.la] Error 1
> > > make[5]: *** [all-recursive] Error 1
> > > make[4]: *** [all-recursive] Error 1
> > > make[3]: *** [all-recursive] Error 1
> > > make[2]: *** [all-recursive] Error 1
> > > make[1]: *** [all-target-libjava] Error 2
> > > make: *** [all] Error 2
> > > ### execution of /var/tmp/tmp.1.mTwRYf failed, exit code 2
> > > Removing runtime build-lock...
> > > Removing build-lock package...
> > > /sw/bin/dpkg-lockwait -r fink-buildlock-gcc44-4.4.2-1000
> > > (Reading database ... 7371 files and directories currently 
> > installed.)> Removing fink-buildlock-gcc44-4.4.2-1000 ...
> > > Failed: phase compiling: gcc44-4.4.2-1000 failed"
> > >
> > > seems to be a serious problem.
> > > I have used fink to install other packages like nedit and 
> > xemacs  
> > > without any problem.
> > > I just wonder if it is related to gfrortran (GNU Fortran 
> > (GCC)  
> > > 4.4.1) which I have already downloaded it from sourseforge 
> > and  
> > > installed it separately and
> > > it is working well.
> > > how can i solve the problem?
> > 
> > Hello, Niloufar. Unfortunately you haven't pasted the actual 
> > errors  
> > that provide useful information. Look at the log again and 
> > start  
> > copying it from the last line that doesn't look like an error up 
> > to  
> > the line that says 'Failed: phase compiling: gcc44-4.4.2-1000 failed'.
> > 
> > That said, the log shows that the error isn't in fftw itself but 
> > in  
> > gcc44 instead. gcc44 is a Fink package that installs gfortran, 
> > so you  
> > don't need to install gfortran from other sources (e.g. 
> > SourceForge).  
> > It could be the case that this other gfortran you've installed 
> > is  
> > confusing Fink during the gcc44 build. Try moving it out of the 
> > way  
> > whilst installing fftw and gcc44. Also, some files installed by 
> > users  
> > under /usr/local are known to interfere with Fink's gcc44 build -
> > - try  
> > renaming /usr/local temporarily as explained in the page below.
> > 
> > http://www.finkproject.org/faq/comp-general.php?phpLang=en#usr-
> > local-libs
> > 
> > 
> > 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/
> >

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to