I defined OLDXAW in config.h, and now things work with libxaw6-dev.
I'll check what the libxaw7-dev headers do with OLDXAW defined, we
might just be able to define it unconditionally.
And no, we can't define OLDXAW unconditionally, since the headers for
xaw7 and xaw6 are _identical_. How convenient, it looks like we might
have to start testing for particular versions of xaw now.
Robert
PS Kai, if things still don't work for you now, perhaps configuring
with --ldflags="-z nocombreloc" is necessary for you after all.
--