grass -その1

前回は、

configure: error: *** Unable to locate GD includes.

でつまっていたが、# yum install gd-devel で解決。
その後も、

configure: error: *** Unable to locate Tcl includes.
configure: error: *** Unable to locate Tk includes.
configure: error: *** Unable to locate PostgreSQL includes.
configure: error: *** Unable to locate ODBC includes.

などと出て来たが、

# yum install tcl tcl-devel
# yum install tk tk-devel
# yum install postgresql postgresql-devel
# yum install unixODBC unixODBC-devel

で解決。その後、

configure: error: *** Unable to locate FFTW includes.

と出て来たが、FFTWのRPMパッケージはfedora extraにあることが分かったので、