After modifing and compiling testSVG.c, when I run testSVG.o following error is coming
address@hidden:~/libredwg/examples$ ./testSVG.o example.dwg > a.svg ./testSVG.o: error while loading shared libraries: libredwg.so.0: cannot open shared object file: No such file or directory
if I run the testSVG shell script, the modifications made in testSVG.c are not reflected.