Date: Sun, 22 Sep 1996 15:40:16 -0700 (PDT) From: asami@FreeBSD.org (Satoshi Asami) To: bde@zeta.org.au Cc: current@FreeBSD.org, jhay@mikom.csir.co.za Subject: Re: Some shared library problems Message-ID: <199609222240.PAA01324@baloon.mimi.com> In-Reply-To: <199609211317.XAA18586@godzilla.zeta.org.au> (message from Bruce Evans on Sat, 21 Sep 1996 23:17:31 %2B1000)
next in thread | previous in thread | raw e-mail | index | archive | help
* The installation of libfakegnumalloc is currently broken (it deletes all * versions of libgnumalloc.so from ${SHLIBDIR}). I think it is supposed * to work by leaving old versions alone and putting a guaranteed-newer * version in the compat directory for future ld commands to find. I don't think that was the intention. The removal of all gnumalloc shared libraries from /usr/lib was to prevent ported software automatically detecting and using a shared libgnumalloc. (The ld commands are not supposed to find it, as it is empty anyway.) * It * would be cleaner but too hard to mv old versions of libgnumalloc.so * to the compar directory. It may be hard, but this is what we should do if we want to keep older versions. Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609222240.PAA01324>