>>>> In <87zo5fa1bx.fsf(a)tleepslib.sk.tsukuba.ac.jp>
>>>> "Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
>>>>> "KY" == Katsumi Yamaoka
<yamaoka(a)jpl.org> writes:
usage: ld [-abd:e:f:h:il:mo:rstu:z:B:D:F:GI:L:M:N:Q:R:S:VY:] file(s)
;
;
[-z combreloc] combine multiple relocation sections
KY> And then, configure adds `-z nocombreloc' to
$ld_switch_site
KY> even if there is no such a option. :-<
Stephen> Good, the configure test is working as intended. I was
Stephen> worried about that.
I see. You use `2>&1' for redirection.
Stephen> The problem is easy enough to fix. For GNU ld, the
Stephen> nocombreloc option is explicitly listed, and I'll check for
Stephen> that instead. You can work around by either hacking
Stephen> configure or by using --pdump.
Thanks. I will try to use `nocombreloc' in configure.in later.
Stephen> Does your linker support turning those -z options off in
Stephen> another way?
I don't know. I'm not good at those things, sorry.
>>>> In <87u1vna166.fsf(a)tleepslib.sk.tsukuba.ac.jp>
>>>> "Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
KY> I found a problem in configure which I checked out from
KY> sunsite.dk using a tag `-r r21-4-6rc1'.
Stephen> Did you try to get a full update? Check version.sh. As far
Stephen> as I can tell, you will not get a correct checkout from
Stephen> sunsite.dk yet.
I am a liar. I was using the candidate branch. :-p
Now, downloading a tarball via ftp is in progress...
--
Katsumi Yamaoka <yamaoka(a)jpl.org>