I'm concerned that the library versioning isn't done correctly for the .so
files in the 3.0 build. I think that's historically been the case, but now
that the build is cleaned up, shouldn't we be generating proper .so's now?
I would assume for simplicity this should be major version 3 we'd want to
use this in the LDFLAGS in Makefile.am:
-version-info 3:0:0
Right now it's got some kind -release option that's creating this:
-rwxr-xr-x 1 root root 18513531 Mar 6 11:46 libxerces-c-3.0.so
lrwxrwxrwx 1 root root 18 Mar 6 11:46 libxerces-c.so ->
libxerces-c-3.0.so
We want this:
-rwxr-xr-x 1 root root 18513531 Mar 6 11:46 libxerces-c.so.3.0
lrwxrwxrwx 1 root root 18 Mar 6 11:46 libxerces-c.so.3 ->
libxerces-c.so.3.0
lrwxrwxrwx 1 root root 18 Mar 6 11:46 libxerces-c.so ->
libxerces-c.so.3.0
I'm going to make this change in my sandbox while I'm working on the spec
file for Boris, so I'll see if it affects the Linux build, but I would
assume it should be ok for general use.
-- Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]