
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 __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com

-----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)
participants (2)
-
Eray Ozkural (exa)
-
Krasimir Angelov