I think I must have missed something.
I compiled successfully the plpa-test.c program as in README.
mingl% pwd
/home/mingl/PLPA
mingl% ls
bin/ include/ lib/ plpa-1.0.3/ plpa-test.c
mingl% ls lib
libplpa.la* libplpa.so@ libplpa.so.0@ libplpa.so.0.0.0*
mingl% file lib/libplpa.so.0
lib/libplpa.so.0: symbolic link to `libplpa.so.0.0.0'
mingl% file lib/libplpa.so.0.0.0
lib/libplpa.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), not stripped
mingl% gcc plpa-test.c -I/home/mingl/PLPA/include -L/home/mingl/PLPA/lib
-lplpa -o plpa-test
mingl% plpa-test
plpa-test: error while loading shared libraries: libplpa.so.0: cannot open
shared object file: No such file or directory
My system is Linux 2.6, gcc 3.4.4, glibc 2.3.5.
By the way, there are a couple of typos in README:
distors -> distros
entites -> entities
Thank you.
|