This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libmudflap/28188] dynamic linkage error for shared libraries compiled and linked against libmudflapth



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]