hello
i compiled the thrunk version making ./configure and ./jam
but when i launch the walktest i have this result
./walktest
./walktest: error while loading shared libraries: libcrystalspace-1.9.so: cannot open shared object file: No such file or directory
this is the end of my ./configure
checking whether to use extensive memory debugger... no
checking whether to use memory tracker... no
checking whether to use reference tracker... no
checking whether to use leak guard... no
checking whether to build shared libraries... yes
checking whether to emulate makefiles... yes
configure: creating ./config.status
config.status: creating Jamfile
config.status: executing include/csconfig.h commands
config.status: include/csconfig.h is unchanged
config.status: executing Jamconfig commands
config.status: Jamconfig is unchanged
config.status: executing Makefile commands
config.status: WARNING: failed to create makefile emulation layer
AND
find / -name "libcrystalspace-1.9.so"
/home/user/CS_latest/out/linux/optimize/libs/libcrystalspace-1.9.so
/home/user/CS_latest/libcrystalspace-1.9.so
thanks