From xemacs-m  Sun Jun 29 23:42:30 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA10645
	for <xemacs-beta@xemacs.org>; Sun, 29 Jun 1997 23:42:29 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id VAA05950;
	Sun, 29 Jun 1997 21:45:20 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Success "Athens" on SYSV R4
References: <wnhgeg6am8.fsf@hv08.hv.epson.co.jp>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: =?ISO-2022-JP?B?GyRCO1RAbkMjOkgbKEI=?= / Tatsuya Ichikawa's
 message of "30 Jun 1997 12:19:27 +0900"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=ISO-2022-JP
Date: 29 Jun 1997 21:45:19 -0700
Message-ID: <m2iuywhf6o.fsf@altair.xemacs.org>
Lines: 29
X-Mailer: Gnus v5.4.60/XEmacs 20.3(beta11) - "Stockholm"

$B;T@nC#:H(B / Tatsuya Ichikawa <ichikawa@hv.epson.co.jp> writes:

>   Patched up from Sophia , Build success on i586-att-sysv4 with gcc-2.7.2.

>   But configure cannot detect many function like rmdir,mkdir,...  So
>   I made a change to configure shell script that configure shell can
>   detect functions.

One cannot make changes to `configure' directly because they will be
lost the next time autoconf is run.  It's the same situation as with
the auto-autoloads.el and custom-load.el files.

>   Why configure cannot detect these functions like rmdir , mkdir ,
>   random ...?  The changes like following.

I don't know.  But it looks like you're hitting some kind of a conflict
with weird glibc hacking in autoconf.

>   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
> ! choke me
>   #else
>   $ac_func();
>   #endif

This is code that is supplied by autoconf itself, it's not in
configure.in. :-(
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

