Kbase 21146: Workaround For PROBUILD Failure on Tru64
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
Compaq Tru64 UNIX
SYMPTOM(s):
Link script failing with Probuild on Compaq Tru64
/ldpro1: Loading /tmp/_progres ld: Can't locate file for: -lcxxstd ./ldpro1: FAILED to load /tmp/_progres
FIX:
Look for the following line in the link script:
-L/usr/lib/cmplrs/cxx -lcxxstd -lcxx \
Change it to:
-L/usr/lib/cmplrs/cxx -lcxx \
and run the script.