You might think it's a bug that uniksc can't find libuniksc.so in 
the same directory, but it isn't.  Then you need to specify 
additional shared library path:

$ LD_LIBRARY_PATH=. ./uniksc test.txt

Once you have installed uniksc in /usr/local (or somewhere you 
specifed to PREFIX variable in Makefile), you won't need to use 
LD_LIBRARY_PATH any more.

Of course, I know the current implementation of shared library
support is not good, but...

--
Bang Jun-Young <bjy@mogua.org>

