> I'm getting errors in trying to compile the two last weekly builds:
..
> linux-gnu/lib/libgrass_gmath.so: undefined reference to
> `fftw_plan_dft_2d'
did you run: make distclean
?
..
No; I did'nt run make distclean - I'm thinking I should have done
that; right?
Yup.
Whenever you do a fresh CVS update of the whole source tree you should
run 'make distclean'. That should get rid of any locally created files
which may confuse the build system if a premise changed (which make
doesn't know about).
> No; I did'nt run make distclean - I'm thinking I should have done
> that; right?
Yup.
Whenever you do a fresh CVS update of the whole source tree you should
run 'make distclean'. That should get rid of any locally created files
which may confuse the build system if a premise changed (which make
doesn't know about).
Problem fixed; reinstalled fftw (v 3.xsomething) from SUSE DVD, ran make
distclean; and now it went well! (I'm thinking my system was confused by me
having compiled the older version of fftw from sources - now removed)