>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Stephen> Simple test: configure with LDFLAGS='-z nosuchkeyword' in the
Stephen> environment. Betcha configure don't like that much.
No, but it didn't mind LDFLAGS="-Xlinker -z -Xlinker foofaz". This makes
me
think that it is an error in configure in that ls_switch_site, the variable
into which the string "-z nocombreloc" is placed, not properly protected
before added to the gcc command line. There's a macro
(XE_PROTECT_LINKER_FLAGS) that protects other linker variables, but not
ld_switch_site.
A quick hack didn't fix the problem. Any suggestions?
Malcolm