diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-02-08 20:12:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-08 20:12:13 +0000 |
commit | a9e7010c85a225fa59a4ae2b09d82843be84d917 (patch) | |
tree | 351e25328777e362854404a4a2f0ad37e77f525a /doc | |
parent | 2661b8a484489050009bdcf9e4e9822425c9ce5f (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/More_build_oddities_under_OpenBSD/comment_13_ed3716baf787ca17d227ce2e327a1959._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/More_build_oddities_under_OpenBSD/comment_13_ed3716baf787ca17d227ce2e327a1959._comment b/doc/bugs/More_build_oddities_under_OpenBSD/comment_13_ed3716baf787ca17d227ce2e327a1959._comment new file mode 100644 index 000000000..3981d32bf --- /dev/null +++ b/doc/bugs/More_build_oddities_under_OpenBSD/comment_13_ed3716baf787ca17d227ce2e327a1959._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.163" + subject="comment 13" + date="2014-02-08T20:12:12Z" + content=""" +Does your binary end up dynamically linked to libxml2 etc? If not, it certianly seems plausible that the haskell libs statically linked with the C libs, and then at binary link time it tried to redundantly link with the libs again and failed. If this is the case, it seems it would probably be a bug in ghc. You can use `cabal build --ghc-options=-v` to get a look at how the linker is run. +"""]] |