Hi,
I found a problem in configure which I checked out from
sunsite.dk using a tag `-r r21-4-6rc1'.
I am using solaris 2.6 with the native ld (/usr/ucb/ld).
The configure script calls ld with the arg `--help', however,
ld does not allow such a option, but it returns the following:
/usr/ccs/bin/ld: illegal option -- -
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
And then, configure adds `-z nocombreloc' to $ld_switch_site
even if there is no such a option. :-<
--
Katsumi Yamaoka <yamaoka(a)jpl.org>