Kbase 15423: Probuild on Pyramid with 6.3F MIPS binaries
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Probuild on Pyramid with 6.3F MIPS binaries
If you are attempting to probuild a new executable for Progress on a
Pyramid system with 6.3F01, you may see undefined symbols like this:
Undefined first referenced
symbol in file
stat_lock ./4gl/mtsys.o
release_lock ./4gl/mtsys.o
acquire_lock ./4gl/mtsys.o
To fix the problem, edit your ldpro script and add the following line:
/usr/lib/libmutex.so
In the following section like this:
$PROLOAD/4gl/iolyr.o $PROLOAD/4gl/compiler.o $PROLOAD/4gl/stlib.o $PROLOAD/4gl/ut.o /usr/lib/libmutex.so -lm
Then re-run your ldpro script and it should like correctly.
Progress Software Technical Support Note # 15423