[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:09291] pgplot - can't compile pgdemo*.f



 初めてのメールです。
pgplot(non-free)をインストール(dselect)して試しに、
pgdemo1.fをg77でコンパイルしてみたのですが、

------------ XTerm --------------------
bash-2.01$ g77 pgdemo1.f -o pgdemo1 -lpgplot              
pgdemo1.f: In subroutine `pgex1':
pgdemo1.f:102: 
         CALL PGLAB('(x)', '(y)', 'PGPLOT Example 1:  y = x\u2')
                                                           ^
Unknown escape sequence `\u' at (^)
pgdemo1.f: In subroutine `pgex5':
pgdemo1.f:289: 
         CALL PGLAB('Frequency, \gn (GHz)',
                                ^

		(途中省略)

Unknown escape sequence `\u' at (^)
pgdemo1.f:645: 
         CALL PGPTXT(12.0, 0.5, 0.0, 0.0, ' \fiy = J\d1\u(x)')
                                                    ^
Unknown escape sequence `\d' at (^)
pgdemo1.f:645: 
         CALL PGPTXT(12.0, 0.5, 0.0, 0.0, ' \fiy = J\d1\u(x)')
                                                       ^
Unknown escape sequence `\u' at (^)
/usr/bin/../lib/libpgplot.so: undefined reference to `XCheckWindowEvent'
/usr/bin/../lib/libpgplot.so: undefined reference to `XSetWindowBackground'
/usr/bin/../lib/libpgplot.so: undefined reference to `XSync'

	(途中省略)

/usr/bin/../lib/libpgplot.so: undefined reference to `XOpenDisplay'
/usr/bin/../lib/libpgplot.so: undefined reference to `XMapRaised'
collect2: ld returned 1 exit status
-------------------------------------------

のようになって、コンパイルできません。
PGPLOT_DIRは、manに書いてあった通りに、
	/usr/lib/pgplot
としました。
pgdemo*.fと同じディレクトリ(/usr/doc/pgplot/examples)
にあるコンパイル済みのpgdemo*は実行できます。
pgdemo*.fをg77でコンパイルできた方がいたら、
その方法を教えていただけないでしょうか?
どうぞ宜しくお願いいたします。

--------------------------------------------------------
 山本武範
	keiichir@xxxxxxxxxxxxx 
	
--------------------------------------------------------