Michael Schwendt wrote:
libgambatte.so.0.4.0 would be wrong, because the soname for
v0.4.0 and 0.4.1 would not be different. Probably you wanted to
write libgambatte-0.4.0.so.0, which would be a better choice,
which requires rebuilds each time the full version changes.
Well, another solution would be to just use libgambatte.so.0.4.1 as the
soname, with no libgambatte.so.0 symlink. AFAIK, ldconfig won't add that
symlink if the soname is set to libgambatte.so.0.4.1.
Kevin Kofler