RE: link statically with libc?

6 Aug
2003
6 Aug
'03
1:05 p.m.
Is it possible to link libc statically with GHC? My Linux box has been upgraded, and compiled binaries no longer work on older systems. :-(
-optl-static should do the trick. Cheers, Simon

6 Aug
6 Aug
1:15 p.m.
New subject: link statically with libc?
"Simon Marlow"
-optl-static should do the trick.
That worked nicely, thanks! (PS: Am I looking in the wrong places, or are a lot of GHC options undocumented? I seem to remember options being brandished about (turn of array bounds checking, tuning unboxing and stuff) that I'm unable to find documented anywhere.) -kzm -- If I haven't seen further, it is by standing in the footprints of giants
8007
Age (days ago)
8007
Last active (days ago)
1 comments
2 participants
participants (2)
-
ketil@ii.uib.no
-
Simon Marlow