Kbase 19187: Problem with MOTIF procedure editor on DG and Unisys
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/7/1999 |
|
On DG and Unisys a problem exists that will not allow the MOTIF
procedure editor to work as shipped. You will encounter problems when
trying to do anything from the File menu. This is due to differences in the new operating systems used for this release.
You will see the error:
dynamic linker: /usrdlc/bin/_promtf: symbol not found: regcomp
To correct this problem you will need to probuild a new MOTIF client.
However, before you run probuild you will need to edit
$DLC/probuild/eucapp/buildenv and make the following change.
Locate the following line:
X11LIB=${X11LIB-"-L /usr/lib/X11 -lXt -lXext -lX11 -lform -lc
-lresolv"}
And change it to:
X11LIB=${X11LIB-"-L /usr/lib/X11 -L /usr/lib -lXt -lXext -lX11 -lform
-lc -lresolv"}
Then use the probuild utility to generate the link script and build the executable.