[Gauche-devel-jp] Mac OS X での build (cvs head)

Back to archive index

Kogule, Ryo aqua_dabbl****@mac*****
2003年 7月 19日 (土) 19:19:25 JST


古暮でございます。

On 2003.Jul.18, at 20:14 Asia/Tokyo, Shiro Kawai wrote:
> そう思って頂いて構いません。shared libraryと
> loadable moduleを両方サポートするのは、問題を複雑に
> するだけのように思えます。

諒解致しました。それでは以下のような形で対処する事にします。
# 汎用性のない patch で申し訳ありませんが……


--- src/gauche-config.in.orig   Tue Apr 22 08:07:28 2003
+++ src/gauche-config.in        Fri Jul 18 15:05:50 2003
@@ -89,7 +89,7 @@
    -V) echo $gauche_version;;
    -I) echo "-I$gauche_incdir $local_incdir";;
    -L) echo "-L$gauche_archdir $local_libdir";;
-  -l) echo "-lgauche-uvector -lgauche $gauche_libs";;
+  -l) echo "-lgauche $gauche_libs";;
    --cc) echo $cc;;
    --ac) echo $gauche_aclocaldir;;
    --reconfigure) echo ./configure $gauche_configure_args;;




Gauche-devel-jp メーリングリストの案内
Back to archive index