From owner-freebsd-emulation@FreeBSD.ORG Sun May 1 20:40:10 2011 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75C2010656D9 for ; Sun, 1 May 2011 20:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3FF8FC08 for ; Sun, 1 May 2011 20:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p41Ke9Ar041885 for ; Sun, 1 May 2011 20:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p41Ke97L041884; Sun, 1 May 2011 20:40:09 GMT (envelope-from gnats) Date: Sun, 1 May 2011 20:40:09 GMT Message-Id: <201105012040.p41Ke97L041884@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Marcin Cieslak Cc: Subject: Re: kern/153887: [linux] Linux emulator not understand STB_GNU_UNIQUE binding X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2011 20:40:10 -0000 The following reply was made to PR kern/153887; it has been noted by GNATS. From: Marcin Cieslak To: bug-followup@FreeBSD.org, yuri@tsoft.com Cc: Subject: Re: kern/153887: [linux] Linux emulator not understand STB_GNU_UNIQUE binding Date: Sun, 1 May 2011 20:36:14 +0000 Hello, I don't think that this area belongs to the linux emulator, as this problem probably is related to the runtime linker and not the kernel. Two questions, though: (1) did you run "brandelf -t Linux" on your program binary? (2) can you provide us with a small testcase (like a one-line program trying to use libstdc++ in a smiliar way)? Thanks in advance, //Marcin