Kbase P118817: error "-lm not found" while linking Progress excecutable
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
$DLC/probuild/eucapp/probuild
<link_script>: -lm: not found.
CAUSE:
The library libm.a cannot be found
FIX:
Locate the library libm.a and add its path to the relevant environement variable [LIBPATH on AIX, SHLIB_PATH on HP-UX, ...],
as per example:
LIBPATH= /usr/ccs/lib:$LIBPATH; export LIBPATH