gnuplotのインストール

gnuplot4.0をMac OS X 10.4.2にインストールするには次の手順を踏む。

$ tar zxfv gnuplot-4.0.0.tar.gz
$ cd gnuplot-4.0.0
$ ./configure --with-readline=gnu --enable-history-file
$ make
$ sudo make install

make途中で次のエラーが出る。

gplt_x11.c:519: error: ‘Class’ redeclared as different kind of symbol
:0: error: previous declaration of ‘Class’ was here
make[3]: *** [gplt_x11.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

emacsなどのテキストエディタでsrc/gplt_x11.c内のClassをClasssなど異なる名前に変更する。

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください