Kbase P14274: Unable to link object file (.o file) on Sun Solaris system
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/11/2004 |
|
Status: Unverified
FACT(s) (Environment):
Sun Solaris SPARC
Progress 9.1D
SYMPTOM(s):
Building ESQL/C small client executable
Unable to link object file (.o file)
Unresolved symbol dlopen error
CHANGE:
Migrated to Progress 9.1D from Progress 9.1B
CAUSE:
The link script is missing flag -ldl.
FIX:
On Solaris dlopen is defined in /usr/lib/libdl.so
Edit the link script to include flag -ld1