[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] no soname
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-users] no soname |
Date: |
Thu, 19 Mar 2009 05:27:22 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Hi Felix,
This means that we cannot have a Debian package for Chicken 4,
because Debian insists on having a soname version, so that it can do
things like installing libchicken 3 and 4 alongside each other. How
does soname break explicit dynamic loading of core libraries?
-Ivan
felix winkelmann <address@hidden> writes:
> Hi!
>
> I just removed the use of "soname" from the build in trunk. It broke
> explicit dynamic loading of core libraries. I just mention this in case
> you have installed chicken 4 in the same prefix as a still used
> chicken 3, because installing chicken 4 will now overwrite the
> old libraries.
>
>
> cheers,
> felix