1
24.08.93: The default installation uses the options "-O" and "+z" for the
2
C compiler. They are used to optimize the C code and to generate
3
position independent code for shared libraries.
5
Here you could get "Warning" messages because these two options are
6
not supported by the HP-UX C compiler when is provided as part of the
7
standard HP-UX system. They are supported by the C compiler sold as
8
an optional separated pruduct.
10
If this is your case you will have to remove options "-O" and "+z"
11
and those entries starting with "SH_" in "./local/make_options" file.
13
15.06.94: All GUIs with Motif 1.1 overlap some of the widgets with the
14
blue-menu-bar (solved in Motif 1.2). The overlapped widgets appear
15
as they should be after resizing the window.
16
The XDo (Data Organizer GUI) might be very slow for some features
17
with Motif 1.2.0 (due to a bug solved in Motif 1.2.3).