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

[gfarm-discuss-ja:00274] Re: Re: solaris10上でのgfarm-1.2.9のコンパイル



>>>>> On Mon, 6 Mar 2006 18:06:07 +0900, SODA Noriyuki <soda@xxxxxxxxx> said:

> あるいは、ソースコードの lib/Makefile の
> 	SUBDIRS = \
> 		libgfarm \
> 		gfs_hook
> を
> 	SUBDIRS = \
> 		libgfarm
> のように変更して、gfs_hook を作成せずに gfarm をビルドするという方法も
> あります。

この部分、記述が足りませんでした。
上記のように gfs_hook を作成しない場合、
gfptool/Makefile についても、
	SUBDIRS = \
		gfcombine \
		gfcombine_hook \
		gfcp \
		gfcp_hook \
		gfgrep \
		gfrepbe_client \
		gfrepbe_server \
		gfsplck \
		$(mpi_targets) \
		util
を、下記のように変更する必要がありました。
	SUBDIRS = \
		gfcombine \
		gfcp \
		gfgrep \
		gfrepbe_client \
		gfrepbe_server \
		gfsplck \
		$(mpi_targets) \
		util
--
<soda@xxxxxxxxx>  (株)SRA ReSIC中部システムサービス部  曽田哲之 (SODA Noriyuki)