Re: bundled libraries in ghc

2013-09-05 Thread Jens Petersen
On 3 September 2013 18:14, Jens Petersen peter...@fedoraproject.org wrote: The libraries in question here are haskeline, terminfo, and xhtml. : Besides I am anyway not really sure how to handle having both those 3 shared libraries installed for runtime ghc along with the same versions of

Re: bundled libraries in ghc

2013-09-04 Thread Jens Petersen
On 3 September 2013 23:11, Stephen Paul Weber singpol...@singpolyma.netwrote: Somebody claiming to be Jens Petersen wrote: The libraries in question here are haskeline, terminfo, and xhtml. Are those libraries needed by GHCI? libdir/bin/ghc is linked to haskeline and terminfo. ghc-pkg is

bundled libraries in ghc

2013-09-03 Thread Jens Petersen
Hi, I have been doing some test builds of ghc-7.7 recently. Since ghc gets built now with dynamic linking by default, the bundled linked libraries that ghc does not ship are more visible now: this is not really a new problem per se just that now with shared libraries by default it is more obvious

Re: bundled libraries in ghc

2013-09-03 Thread Stephen Paul Weber
Somebody claiming to be Jens Petersen wrote: The libraries in question here are haskeline, terminfo, and xhtml. Are those libraries needed by GHCI? Could we just statically link those ones into GHC? -- Stephen Paul Weber, @singpolyma See http://singpolyma.net for how I prefer to be