→ OpenSolaris:你檢查看看/usr/include/Xm/Xm.h裡面有沒有內容。 08/29 16:12
→ Arim:有內容~ 08/29 16:13
→ OpenSolaris:configure -h選單內還有其他指定Xm位置的選項嗎? 08/29 16:13
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
XMKMF Path to xmkmf, Makefile generator for X Window System
而我要安裝的軟體是
http://bonsai.hgc.jp/~mdehoon/software/cluster/software.htm#ctv
※ 編輯: Arim 來自: 114.32.197.57 (08/29 16:18)
→ OpenSolaris:我在我的solaris機器上,測試起來很正常了。 08/29 16:26
→ OpenSolaris:直接./configure到make都順利通過了。 08/29 16:27
→ OpenSolaris:會不會是libmotif-dev的Xm.h不合程式需求? 08/29 16:27
→ Arim:我試試看直接下載Motif source code手動安裝看看好了 08/29 16:31
剛剛google一下
發現有國外朋友也有這問題
指令:
aptitude install x11proto-print-dev
就解決了
※ 編輯: Arim 來自: 114.32.197.57 (08/29 17:06)