
15 Jun
2007
15 Jun
'07
4:11 p.m.
On Wed, Jun 13, 2007 at 11:39:27AM -0700, Bryan O'Sullivan wrote:
Stefan is also correct that the version of GHC used should be cooked into the name of the shared library. So a library named foo would be installed as libfoo-ghc661.so.1, or something similar (using the soname
A minor point, but libghc661-foo.so.1 is probably better so they all clump together in directory listings etc. Thanks Ian