link statically with libc?

Simon Marlow simonmar@microsoft.com
Wed, 6 Aug 2003 14:05:43 +0100


=20
> Is it possible to link libc statically with GHC?  My Linux box has
> been upgraded, and compiled binaries no longer work on older
> systems. :-(=20

-optl-static should do the trick.

Cheers,
	Simon