From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27301 invoked by alias); 16 Mar 2008 22:50:28 -0000 Received: (qmail 26838 invoked by uid 48); 16 Mar 2008 22:49:45 -0000 Date: Sun, 16 Mar 2008 22:50:00 -0000 Message-ID: <20080316224945.26837.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libmudflap/28188] dynamic linkage error for shared libraries compiled and linked against libmudflapth In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "starlight at binnacle dot cx" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg01402.txt.bz2 ------- Comment #1 from starlight at binnacle dot cx 2008-03-16 22:49 ------- Hit this same issue. The problem is likely that the -fvisibility=hidden option is also on the compile line. Removing it makes the problem go away, at least for single-threaded mudflap. Produced with gcc 4.2.3, x86_64 under CentOS 4.6. -- starlight at binnacle dot cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |starlight at binnacle dot cx http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28188