Set the soname when creating a shared lib
authorDuncan Coutts <duncan@well-typed.com>
Fri, 15 May 2009 20:37:30 +0000 (20:37 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Fri, 15 May 2009 20:37:30 +0000 (20:37 +0000)
It's still possible to override it, just use -optl-Wl,-soname, eg:
ghc -shared -dynamic foo.o -o libfoo.so -optl-Wl,-soname,libbar.so


No differences found