Hi all!
How can I change the name of the library that results from compiling
Xerces?
When I compile Xerces, I get a library named libxerces-c.so.27.0, and 2
symbolic links referencing this library, named libxerces-c.so.27 and
libxerces-c.so. But why is this? Can't I just compile it directly to a
library named libxerces-c.so ?
This question might seem strange, but apparently just renaming the file
(from libxerces-c.so.27.0 to libxerces-c.so.27), isn't enough. When I
try to run a program that references the renamed libxerces-c.so (whose
makefile has -lxerces-c), I'm getting errors that ask for
libxerces-c.so.27...
Thanks
Rafael Sousa