$ rpm -q gnuplot aquaterm aquaterm-libs
の実行結果をお知らせください。-Tkoba
$ rpm -q gnuplot aquaterm aquaterm-libs gnuplot-4.3.0-10.5osx3 aquaterm-1.0.1-10.5osx0 aquaterm-libs-1.0.1-10.5osx0
$ sudo apt-get remove aquaterm
した後に改めて
$ sudo apt-get install gnuplot
してみてください。その際にエラー
メッセージが出るようでしたらそのすべてをお知らせください。
また、home に gnuplot の古い設定ファイルなどが残っていない
かも確認してください。-Tkoba
$ /usr/osxws/bin/gnuplot G N U P L O T Version 4.3 patchlevel 0 last modified June 2008 System: Darwin 9.8.0 Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008 Thomas Williams, Colin Kelley and many others Type `help` to access the on-line reference manual. The gnuplot FAQ is available from http://www.gnuplot.info/faq/ Send comments and help requests to <gnuplot-beta@lists.sourceforge.net> Send bug reports and suggestions to <gnuplot-beta@lists.sourceforge.net> Terminal type set to 'wxt' gnuplot>
$ /usr/osxws/bin/osxws-upgrade
して確認してみてくださ
い。-Tkoba
$ otool -L /usr/osxws/bin/gnuplot /usr/osxws/bin/gnuplot: /Library/Frameworks/AquaTerm.framework/Versions/A/AquaTerm (compatibility version 1.0.0, current version 1.0.0) (Aquatermのところだけ書き抜きました)
> これはgnuplotをコンパイルしたときに、aquatermのライブラ リがリンクされなかったなどの問題があったのではないでしょう か。
これはあり得ません。もしもそうであれば私の環境でも同様の結 果になる筈です。 私の手元でも今一度 Leopard からクリーンイ ンストールして確かめてみましたが、 正常に aquaterm を使え ています。 新規ユーザーでも問題が出るとすると、 /.gnuplot は関係ない事になりますが、 そうするとどうして term が wxt になるのか説明がつきません。 gnuplot-4.2.6と AquaTerm1.0.1.dmg を入れていらっしゃるのが干渉しているのか もしれませんね。 OSXWS の環境での不具合発生であれば対処で きますが、いろいろと環境を弄って(設定ファイルの編集は除く) いる場合には、基本的にユーザーサイドで問題を切り分けて戴く ほかありません。-Tkoba
$ sudo apt-get update $ sudo apt-get install OSX-base $ sudo apt-get clean $ sudo apt-get install gnuplot以上のようにgnuplotをインストールしました。ここまでエラー はありませんでした。 しかし、gnuplotを起動してみると、
$ gnuplot G N U P L O T Version 4.3 patchlevel 0 last modified June 2008 System: Darwin 9.8.0 Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008 Thomas Williams, Colin Kelley and many others Type `help` to access the on-line reference manual. The gnuplot FAQ is available from http://www.gnuplot.info/faq/ Send comments and help requests to <gnuplot-beta@lists.sourceforge.net> Send bug reports and suggestions to <gnuplot-beta@lists.sourceforge.net> Terminal type set to 'wxt' gnuplot> set terminal Available terminal types: cgm Computer Graphics Metafile corel EPS format for CorelDRAW dpu414 Seiko DPU-414 thermal printer [small medium large] dumb ascii art for anything that prints text dxf dxf-file for AutoCad (default size 120x80) eepic EEPIC -- extended LaTeX picture environment emf Enhanced Metafile format emtex LaTeX picture environment with emTeX specials epslatex LaTeX picture environment using graphicx package epson_180dpi Epson LQ-style 180-dot per inch (24 pin) printers epson_60dpi Epson-style 60-dot per inch printers epson_lx800 Epson LX-800, Star NL-10, NX-1000, PROPRINTER ... fig FIG graphics language for XFIG graphics editor gpic GPIC -- Produce graphs in groff using the gpic preprocessor hp2623A HP2623A and maybe others hp2648 HP2648 and HP2647 hp500c HP DeskJet 500c, [75 100 150 300] [rle tiff] hpdj HP DeskJet 500, [75 100 150 300] hpgl HP7475 and relatives [number of pens] [eject] hpljii HP Laserjet series II, [75 100 150 300] hppj HP PaintJet and HP3630 [FNT5X9 FNT9X17 FNT13X25] imagen Imagen laser printer latex LaTeX picture environment mf Metafont plotting standard mif Frame maker MIF 3.00 format mp MetaPost plotting standard nec_cp6 NEC printer CP6, Epson LQ-800 [monocrome color draft] okidata OKIDATA 320/321 Standard pbm Portable bitmap [small medium large] [monochrome gray color] pcl5 HP Designjet 750C, HP Laserjet III/IV, etc. (many options) pdf PDF (Portable Document File) file driver pdfcairo pdf terminal based on cairo pngcairo png terminal based on cairo postscript PostScript graphics, including EPSF embedded files (*.eps) pslatex LaTeX picture environment with PostScript \specials pstex plain TeX with PostScript \specials pstricks LaTeX picture environment with PSTricks macros qms QMS/QUIC Laser printer (also Talaris 1200 and others) regis REGIS graphics language starc Star Color Printer svg W3C Scalable Vector Graphics driver tandy_60dpi Tandy DMP-130 series 60-dot per inch graphics tek40xx Tektronix 4010 and others; most TEK emulators tek410x Tektronix 4106, 4107, 4109 and 420X terminals texdraw LaTeX texdraw environment tgif TGIF X11 [mode] [x,y] [dashed] ["font" [fontsize]] tkcanvas Tk/Tcl canvas widget [perltk] [interactive] tpic TPIC -- LaTeX picture environment with tpic \specials unknown Unknown terminal type - not a plotting device vttek VT-like tek40xx terminal emulator wxt wxWidgets cross-platform windowed terminal x11 X11 Window System xlib X11 Window System (gnulib_x11 dump) gnuplot>このようにターミナルの一覧にaquatermはでてきません。
gnuplot> set terminal aqua ^ unknown or ambiguous terminal type; type just 'set terminal' for a listもちろんaquaを指定しても認識してくれませんので、今回もイ ンストールされたgnuplotにはaquatermはインクルードされてい ないようです。 gnuplotのファイルサイズを以下に示します。 Tkobaさんの環境でインストールされているものと同じでしょう か。
$ ls -l /usr/osxws/bin/gnuplot -rwxr-xr-x 1 root wheel 2989316 7 8 2008 /usr/osxws/bin/gnuplot*