From owner-freebsd-hackers Thu Oct 19 13:59:41 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01496 for hackers-outgoing; Thu, 19 Oct 1995 13:59:41 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA01488 ; Thu, 19 Oct 1995 13:59:30 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA03306; Thu, 19 Oct 1995 13:52:48 -0700 From: Terry Lambert Message-Id: <199510192052.NAA03306@phaeton.artisoft.com> Subject: Re: Locale stuff: call for conclusion. To: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Thu, 19 Oct 1995 13:52:48 -0700 (MST) Cc: terry@lambert.org, bde@zeta.org.au, core@FreeBSD.ORG, hackers@FreeBSD.ORG, kaleb@x.org, phk@critter.tfs.com, wollman@lcs.mit.edu In-Reply-To: from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Oct 19, 95 10:03:24 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 606 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > >The problem is in shared library symbol overrride for other libraries. > >You have to make sure that even though there are identically named > >symbols, ALL the symbols come from only one or the other. > > Well, it is linker issue and can be solved (if not already solved) > after separation will be done. What happens if I link -lxpg4 > statically and left libc as dynamic? I haven't checked lately. My impression is that it would fail to operate as expected. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.