
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 14 December 2001 11:09, Krasimir Angelov wrote:
Executables are smaller when build them with dynamic libraries. Unfortunately dynamic libraries are supported only from ghc-4.08.X for Windows. I am not sure for ghc-5.02.1
looks like it's not that bad under linux
orion:malfunctor$ ls -al ./test-malfunctor
- -rwxrwxr-x 1 exa exa 608222 Sep 1 05:28 ./test-malfunctor
orion:malfunctor$ ldd test-malfunctor
libm.so.6 => /lib/libm.so.6 (0x40032000)
libgmp.so.3 => /usr/lib/libgmp.so.3 (0x40054000)
libc.so.6 => /lib/libc.so.6 (0x40076000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
that's a haskell app btw,
cheers,
- --
Eray Ozkural (exa)