http://www.ucm.es/info/Astrof/software/rmodel/rmodel.htmlで説明されている FORTRAN プログラム rmodel をインストールしようとしています。
./configure は次のエラーで失敗します:
phym-ssweet2:rmodel-3.2.0 seasto$ sudo ./configure F77=gfortran
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether the Fortran 77 compiler works... yes
checking for Fortran 77 compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking uname -s for detecting host operating system... Darwin
LDFLAGS set to... -L/opt/local/lib
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for main in -lX11... no
configure: error: X11 library not found
export CPPFLAGS=-I/opt/X11/include
andを使用してライブラリに ./configure を指定しようとしましexport CPPFLAGS=-I/opt/X11/include LDFLAGS=-L/opt/X11/lib
たが、役に立ちませんでした。( Mountain Lion X11 ライブラリからのこれらの提案では ./configureを実行できず、Mountain Lion rvm は 1.8.7 x11 エラーをインストールします)
どんな提案でも大歓迎です。