On Sunday 27 January 2002 08:16 pm, Stephen J. Turnbull wrote:
 >>>>> "Steven" == Steven T Hatton
<hattons(a)bellatlantic.net> writes:
   # bind (frame-being-created)
   make-frame(nil #<x-device on ":0.0" 0x1bc7>)
   frame-initialize()
 Try configuring with --pdump.  If you don't like that, try
 LD_FLAGS='-z nocombreloc'.
 This looks like the binutils "we scramble your executables" bug.  We
 try to trap it in configure, but nobody has given me a recipe to catch
 it that actually checks the binary---I just look at the usage message
 from ld.  Unfortunately, a bunch of binutils were released and
 distributed by Linux distros (Red Hat is known to do this) without
 updating the message but with the ELF scrambler enabled by default.
 There are also versions of gcc that don't pass -z flags to ld.
 (PowerPC, IIRC.) 
I did the --pdump.  Since I don't understand what it does, I don't have a 
problem with doing it. Especially since it fixed my current problem.  
Thank You,
Steven