From owner-FreeBSD-users-jp@jp.freebsd.org  Mon Oct 14 12:05:07 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id MAA28500
	Mon, 14 Oct 1996 12:05:07 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with ESMTP id MAA28495
	for <freebsd-users-jp@jp.freebsd.org>; Mon, 14 Oct 1996 12:05:05 +0900 (JST)
Received: by tohokugw.tohoku.iij.ad.jp; id MAA02409; Mon, 14 Oct 1996 12:05:03 +0900 (JST)
Received: from unknown(192.168.144.5) by tohokugw.tohoku.iij.ad.jp via smap (V3.1)
	id xma002399; Mon, 14 Oct 96 12:04:37 +0900
Received: from hirose.tohoku.iij.ad.jp (hirose.tohoku.iij.ad.jp [192.168.144.2]) by yubeshi.tohoku.iij.ad.jp (8.7.4/3.4W2) with SMTP id MAA02835 for freebsd-users-jp@jp.freebsd.org; Mon, 14 Oct 1996 12:04:37 +0900 (JST)
Message-Id: <199610140304.MAA02835@yubeshi.tohoku.iij.ad.jp>
X-Authentication-Warning: yubeshi.tohoku.iij.ad.jp: Host hirose.tohoku.iij.ad.jp [192.168.144.2] didn't use HELO protocol
X-MH-BIFF: Version: mh-biff.el version 0.95 on Emacs 19.34.2, Mule 2.3
To: FreeBSD-users-jp@jp.freebsd.org
From: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
In-Reply-To: Your message of "Mon, 14 Oct 1996 11:22:44 +0900"
References: <199610140222.LAA00998@kiri.toba-cmt.ac.jp>
X-Mailer: Mew version 1.06 on Emacs 19.34.2, Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Date: Mon, 14 Oct 1996 12:03:21 +0900
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 5238
Subject: [FreeBSD-users-jp 5238] Re: Can't include gnumalloc.
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$BED8}!w(BX-Authentication-Warning $B$,$D$$$F$7$^$C$FCQ$:$+$7$$(B $B$G$9!#(B

kiri> $B:#!"(B2.2-961006-SNAP $B$G(B port-current $B$r(B make $B$7$F$$$k$N$G$9$,!"IQHK$K(B 
kiri> gnumalloc $B$r%j%s%/$7$F$$$k(B port $B$GMn$A$^$9(B

$BMn$A$k$H8@$&$h$j$O!"%(%i!<=*N;!"$G$9$h$M!)(B

$B;d$b$A$g$C$H$3$l$G$O$^$C$F$^$7$?!#(B
2.2$B$G$O!"(Blibgnumalloc$B$OB8:_$7$J$$$h$&$G$9!#(B

$B$G!"(B/usr/X11R6/lib/X11/config/FreeBSD.cf $B$rGA$$$F$_$^$7$?$i(B

#ifndef UseGnuMalloc
/* 2.2 doesn't really have GnuMalloc */
#if OSMajorVersion < 2 || (OSMajorVersion == 2 && OSMinorVersion < 2)
#define UseGnuMalloc		YES
#else
#define UseGnuMalloc		NO
#endif

$B$J$s$F5-=R$,$"$j$^$7$?$N$G!"$3$N%U%!%$%k$NKAF,$r(B

#ifndef OSName
#define OSName			FreeBSD 2.2.0
#endif
#ifndef OSVendor
#define OSVendor		/**/
#endif
XCOMM operating system:  OSName
#ifndef OSMajorVersion
#define OSMajorVersion		2
#endif
#ifndef OSMinorVersion
#define OSMinorVersion		2
#endif
#ifndef OSTeenyVersion
#define OSTeenyVersion		0
#endif

$B$H$$$&$h$&$J46$8$K=q$-49$($F;H$C$F$^$9!#(B
--------
