[GRASS-dev] Compilation errors in GRASS for Mac
Glynn Clements
glynn at gclements.plus.com
Thu Jul 27 21:00:58 EDT 2006
Agustin Diez Castillo wrote:
> Errors in:
> /Users/agus/grass6/lib/gmath
> 81-202-194-12:/Users/agus/grass6/lib/gmath root# make
> cc -dynamiclib -flat_namespace -compatibility_version 6.1 -
[snip]
> apple-darwin8.7.0/svd.o -lgrass_gis -lgrass_datetime -lz -lfftw3
> && if [ -z "" ] ; then ln -f -s libgrass_gmath.
> 6.1.cvs.dylib /Users/agus/grass6/dist.powerpc-apple-darwin8.7.0/lib/
> libgrass_gmath.dylib; fi
> ld: Undefined symbols:
> _fftw2d_create_plan
> _fftwnd_destroy_plan
> _fftwnd_one
It's trying to use FFTW 2.x headers with the FFTW 3.x library.
You need to determine why the check for the FFTW 3.x headers fails;
look in config.log.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list