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) <erayo@cs.bilkent.edu.tr> Comp. Sci. Dept., Bilkent University, Ankara www: http://www.cs.bilkent.edu.tr/~erayo GPG public key fingerprint: 360C 852F 88B0 A745 F31B EA0F 7C07 AE16 874D 539C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8G0msfAeuFodNU5wRAsIDAJ9w3kgGAGXv6EY50HJNvjcudhCG4wCeIOcD eC8H1v0Y+QOgDYuWOZBbaUw= =ypyZ -----END PGP SIGNATURE-----
participants (2)
-
Eray Ozkural (exa) -
Krasimir Angelov