From owner-FreeBSD-tech-jp@jp.freebsd.org  Thu Apr  2 20:58:33 1998
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) id UAA15022
	Thu, 2 Apr 1998 20:58:33 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) with ESMTP id UAA15017
	for <FreeBSD-tech-jp@jp.freebsd.org>; Thu, 2 Apr 1998 20:58:31 +0900 (JST)
Received: by uno.sat.t.u-tokyo.ac.jp (8.8.8/8.7.3) with ESMTP
	id UAA10319; Thu, 2 Apr 1998 20:11:09 +0900 (JST)
Received: from lets.ichiro.org (gate.wetter.imasy.or.jp [202.227.25.54])
	by monsoon.wetter.imasy.or.jp (8.8.5/3.6Wbeta7) with ESMTP id UAA11995
	for <FreeBSD-tech-jp@jp.freebsd.org>; Thu, 2 Apr 1998 20:09:52 +0900 (JST)
Received: from localhost (localhost [127.0.0.1])
	by lets.ichiro.org (8.8.8+3.0Wbeta13/3.6Wbeta5-01/29/98) with ESMTP id UAA16461
	for <FreeBSD-tech-jp@jp.freebsd.org>; Thu, 2 Apr 1998 20:09:48 +0900 (JST)
To: FreeBSD-tech-jp@jp.freebsd.org
From: ichiro@ichiro.org (Ichiro Fukuhara)
In-Reply-To: Your message of "Thu, 02 Apr 1998 20:00:28 +0900"
	<19980402200028U.ryuichi@falcon.cs.ritsumei.ac.jp>
References: <19980402200028U.ryuichi@falcon.cs.ritsumei.ac.jp>
X-Mailer: Mew version 1.93b26 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
X-fingerprint: F2 A0 32 0E 0F 5D 8C 56  F3 7A CE 1D 0E BB 4A 94
X-URL: http://www.ichiro.org
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19980402200947U.ichiro@ichiro.org>
Date: Thu, 02 Apr 1998 20:09:47 +0900
X-Dispatcher: imput version 980302
Lines: 47
Reply-To: ichiro@ichiro.org (Ichiro Fukuhara)
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: FreeBSD-tech-jp 1349
Subject: [FreeBSD-tech-jp 1349] Re: communicator
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org

$B$$$A$m$&$G$9(B

From: Ryuichi Hino <ryuichi@falcon.cs.ritsumei.ac.jp>
Subject: [FreeBSD-tech-jp 1346] Re: communicator
Date: Thu, 02 Apr 1998 20:00:28 +0900
Message-ID: <19980402200028U.ryuichi@falcon.cs.ritsumei.ac.jp>

ryuichi> $BF|Ln!wN)L?4[Bg$G$9!#(B
ryuichi> $B>e5-$N(Bpatch$B$rEv$F$F!"(Bports $B$r;H$C$F(B make $B$r$9$k$H!"(B
ryuichi> cc: /usr/X11R6/lib/libXm.a: No such file or directory
ryuichi> $B$H$J$j$^$9!#(Blesstif $B$K$O3N$+$K!"(B/usr/X11R6/lib/libXm.a $B$O$"$j$^$;$s!#(B
ryuichi> (/usr/X11R6/lib/libXm.la $B$J$i$"$k$s$@$1$I$M!#(B)

-lXm $B$J$i$I$&$G$9!)(B
$B$D$$$G$K(B-lgcc$B$bF~$l$F$*$-$^$7$g$&!#$"$H$GE\$i$l$^$9!#(B

$B$3$N$"$H!"(Bld: Could not allocate memory $B$G;_$^$k$s$G$9$1$I$M!#(B


--- cmd/xfe/Makefile.orig       Wed Apr  1 00:31:31 1998
+++ cmd/xfe/Makefile    Wed Apr  1 00:38:58 1998
@@ -481,7 +481,7 @@
 ########################################
 # FreeBSD
 ifeq ($(OS_ARCH),FreeBSD)
-OTHER_LIBS     = /usr/X11R6/lib/libXm.a -L/usr/X11R6/lib -lXt -lXmu -lXext -lX11 -l
SM -lICE -lm $(OS_LIBS)
+OTHER_LIBS     = -lgcc -L/usr/X11R6/lib -lXm -lXpm -lXt -lXmu -lXext -lX11 -lSM -lI
CE -lm $(OS_LIBS)
 endif
 
 ########################################
@@ -594,7 +594,7 @@
 
 endif
 else
-MOTIFLIB       = /usr/X11R6/lib/libXm.a
+MOTIFLIB       = -lXm -lXpm
 endif

---
Ichiro Fukuhara
ichiro@ichiro.org




