Kbase 13838: Probuild OSF 3.0 - Undefined externals - OTS - How to fix
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Probuild OSF 3.0 - Undefined externals - OTS - How to fix
If you try to build a new executable under OSF 3.0 with probuild,
you will most likely see the following errors:
ldpro: Loading /usr1/ps/tsupp/_progres
ld:
Unresolved:
_OtsRemainder32
_OtsDivide32
_OtsDivide32Unsigned
_OtsDivide64Unsigned
_OtsRemainder64
_OtsDivide64
ldpro: FAILED to load /usr1/ps/tsupp/_progres
To fix this problem, you need to do one of two things:
1. Set an environment variable CC="cc -migrate" before running the
ldpro script. This requires that you have installed the
OSFDECC300 optional subset first.
OR
2. Edit the ldpro script and prior to the line that reads:
-lm and add the following line before it:
-lots -lm
Either option will resolve the problem and allow you to finish the
build.
Progress Software Technical Support Note # 13838