From owner-freebsd-bugs Mon Jan 21 14:53:45 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from Stalker.alfacom.net (Stalker.Alfacom.net [193.108.124.1]) by hub.freebsd.org (Postfix) with ESMTP id 8D50837B416; Mon, 21 Jan 2002 14:53:39 -0800 (PST) Received: from kushnir1.kiev.ua (dup-124-119.Alfacom.net [193.108.124.119]) by Stalker.alfacom.net (8.12.2.Beta3/8.12.2.Beta3) with ESMTP id g0LMrVeF016291; Tue, 22 Jan 2002 00:53:33 +0200 (EET) Received: from localhost (volodya@localhost) by kushnir1.kiev.ua (8.11.6/8.11.6) with ESMTP id g0LMrYW07181; Tue, 22 Jan 2002 00:53:36 +0200 (EET) (envelope-from vkushnir@alfacom.net) X-Authentication-Warning: kushnir1.kiev.ua: volodya owned process doing -bs Date: Tue, 22 Jan 2002 00:53:33 +0200 (EET) From: Vladimir Kushnir X-X-Sender: volodya@kushnir1.kiev.ua To: iedowse@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/13525: gcc fails load against library with both C++ and C modules In-Reply-To: <200201212117.g0LLHQK29770@freefall.freebsd.org> Message-ID: <20020122004454.S4932-100000@kushnir1.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 21 Jan 2002 iedowse@FreeBSD.ORG wrote: > Synopsis: gcc fails load against library with both C++ and C modules > > State-Changed-From-To: open->feedback > State-Changed-By: iedowse > State-Changed-When: Mon Jan 21 13:17:03 PST 2002 > State-Changed-Why: > > Does this problem still exist? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13525 > Yes, it seems to. A bit different case to what described in gnu/13525: video/audio converter transcode. Written in C but uses avifile library (C++ with C and C++ plugins). Compiles and links, but fails loading avifile plugins at runtime with Undefined symbol "__ti13IVideoDecoder" error and so on. Loads them all right if corresponding transcode module explicitly linked to them at compile time so this isn't its or avifile's fault. Regards, Vladimir -- Vladimir Kushnir - vkushnir@Alfacom.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message