This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/28188] dynamic linkage error for shared libraries compiled and linked against libmudflapth
- From: "starlight at binnacle dot cx" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2008 22:49:45 -0000
- Subject: [Bug libmudflap/28188] dynamic linkage error for shared libraries compiled and linked against libmudflapth
- References: <bug-28188-12886@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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