Shared Libraries in ghci

Bernd Brassel bbr at informatik.uni-kiel.de
Fri Feb 8 05:53:14 EST 2008


Simon Marlow wrote:

> Normally it's done like this:
> 
>  $ gcc -fPIC -c foo.c
>  $ gcc -shared -o libfoo.so foo.o
> 
> Hope this helps.

Right away! Big Thanks!

Bernd


More information about the Glasgow-haskell-users mailing list