[Issue 11342] shared libs don't play well with etc.c.zlib

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 27 22:59:46 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11342


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |INVALID


--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> 2013-10-27 22:59:45 PDT ---
Don't link in the unshared version of phobos when building a shared library,
otherwise you'll get multiple definitions of the same symbols.

Any shared libs you create should be linked against libphobos2.so, not
-lphobos2.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list