Conor McBride wrote: > Is there some way I can get some more static linking to happen? > I did poke about online a bit and found some remarks to the effect > that GHC got so much more portable after switching to the dynamic > libffi. That sounds great, but tough luck for me. > > So, being both powerless and clueless, I can only ask: > > how hosed am I? > > I'd be grateful for any glimmers of light.
Have you tried passing -optl-static to ghc (which causes -static to be passed to ld)? Ganesh =============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html =============================================================================== _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
