OK, so I decided to investigate whether my --with options were causing
a problem, and I find this in configure.help:
--with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The
Lucid
widgets emulate Motif (mostly) but are faster.
*WARNING* The Motif menubar is currently broken.
OK so far...
--with-scrollbars=TYPE Use TYPE scrollbars
(lucid, motif, athena, or no).
OK..
--with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, or
no).
Lucid menubars and scrollbars are the default.
Motif dialog boxes will be used if Motif can be found.
Lucid is the default, but isn't listed in the choices (motif, athena, or no).
configure.in lists 'lucid, motif, athena, yes/no, gtk, msw'. as options.
--with-widgets=TYPE Use TYPE widgets (motif, athena, or no).
Motif widgets will be used if Motif can be found.
Other widget types are currently unsupported.
configure will accept --with-widgets=lucid
Not sure if that's a bug or a feature. Anybody want to get configure.in
and configure.help into sync?
/Valdis