[GHC] #4049: Support for ABI versioning of C libraries
GHC
cvs-ghc at haskell.org
Tue Jun 15 11:25:35 EDT 2010
#4049: Support for ABI versioning of C libraries
------------------------------------------+---------------------------------
Reporter: uzytkownik | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.16.1
Component: Build System | Version: 6.12.2
Resolution: | Keywords:
Difficulty: | Os: Unknown/Multiple
Testcase: | Architecture: Unknown/Multiple
Failure: Incorrect result at runtime |
------------------------------------------+---------------------------------
Comment(by simonmar):
Replying to [comment:8 draconx]:
> Surely it's just a matter of reading the DT_SONAME field from the shared
> object?
The difficulty is finding the shared object in the first place, i.e.
resolving a library name to `.so` file, which is the linker's job not
ours.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4049#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list