Index: [thread] [date] [subject] [author]
  From: Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
  To  : ggi-develop@eskimo.com
  Date: Tue, 20 Apr 1999 19:40:10 +0200 (CEST)

Re: gspec and fftw problems

On Mon, 19 Apr 1999, Brian S. Julin wrote:

> 
> 
> gspec doesn't like my fftw debian packages:
> 
> checking for fftw_insert in -lfftw... no
> Can't locate libfftw. please read README to find out where to
what is the config.log telling you ?? 
 
> 
> $ grep fftw_insert /usr/include/fftw
> fftw.h          fftw_mpi.h      fftw_threads.h
> $ grep fftw_insert /usr/include/fftw*
> $
> 
> $ ls /usr/lib/libfftw*
> /usr/lib/libfftw.a                 /usr/lib/libfftw_mpi.so.2.0.3
> /usr/lib/libfftw.so                /usr/lib/libfftw_threads.a
> /usr/lib/libfftw.so.2              /usr/lib/libfftw_threads.so
> /usr/lib/libfftw.so.2.0.3          /usr/lib/libfftw_threads.so.2
> /usr/lib/libfftw_mpi.a             /usr/lib/libfftw_threads.so.2.0.3
> /usr/lib/libfftw_mpi.so.2
> $
> 
> Anything else I should check?
yes. i assume you have autoconf/automake installed. please change line 9 to:

AC_CHECK_LIB(fftw,fftw_one,LIBFFTW_EXISTS=yes,LIBFFTW_EXISTS=no) 

perhaps it's a version problem. i use 2.1.1 here, but this shouldn't be the
problem.

thats all
  Jan

--- 
       Project: GGI - S3-Vision-driver -- http://www.ggi-project.org/
         -)=  Jan (Weigon) Kneschke -- Kiel -- Northern Germany =(-

Index: [thread] [date] [subject] [author]