[Gauche-devel-jp] build problems

アーカイブの一覧に戻る

Kimura Fuyuki fuyuk****@hadal*****
2003年 4月 25日 (金) 17:06:48 JST


At Fri, 25 Apr 2003 15:54:30 +0900,
Kimura Fuyuki <fuyuk****@hadal*****> wrote:
> 
> (?) make test で .so のロードに失敗する。原因不明。

すみません、ぼけてました。make all しないで make test していたのが原因
でした。

Index: ext/Makefile.ext.in
===================================================================
RCS file: /cvsroot/gauche/Gauche/ext/Makefile.ext.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.ext.in
--- ext/Makefile.ext.in	22 Apr 2003 21:51:03 -0000	1.2
+++ ext/Makefile.ext.in	25 Apr 2003 08:03:46 -0000
@@ -76,7 +76,7 @@
 .stub.c :
 	$(GOSH) genstub $<
 
-check :
+check : all
 	@rm -f test.log
 	$(GOSH) -I. test.scm > test.log
 

かな?

ついでに気のついた点をあげておきます。

- DIST で make コマンドが決め打ちになっているのはまずいかもしれない
  (*.m4 でもなっている箇所があるが、当面実害はなさそう)

- Gauche/gc/configure が Gauche/missing をほしがっている(これもたぶん
  実害なし)

-- 
木村 冬樹



Gauche-devel-jp メーリングリストの案内
アーカイブの一覧に戻る