From owner-freebsd-current Tue Dec 16 00:29:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06736 for current-outgoing; Tue, 16 Dec 1997 00:29:05 -0800 (PST) (envelope-from owner-freebsd-current) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA06722; Tue, 16 Dec 1997 00:28:42 -0800 (PST) (envelope-from ache@lsd.relcom.eu.net) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.8/8.8.8) id LAA19385; Tue, 16 Dec 1997 11:28:36 +0300 (MSK) (envelope-from ache) Date: Tue, 16 Dec 1997 11:28:35 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Peter Wemm , jdp@FreeBSD.ORG, FreeBSD-current Subject: Re: ld search patch and ld hints conflict at link stage (libtermcap) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 16 Dec 1997, Андрей Чернов wrote: > cc -O2 -pipe -I/usr/src/usr.bin/ftp/../../contrib-crypto/telnet -o ftp cmds.o cmdtab.o complete.o domacro.o fetch.o ftp.o main.o ruserpass.o util.o -ledit -ltermcap > ld: no shared -ltermcap.3.0 available > *** Error code 1 Forget to say that -ledit library essentialy involved here since it depends on libtermcap 3.0 as builded, so it cause 3.0 number picked. Situation fixed by rebuilding ledit, but I think we should either produce more meaning diagnostic about libraries inter-dependace or just silently drop to existen variant. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/