Gregory Collins <g...@gregorycollins.net> writes: > It doesn't work because you missed the other half of my patch, removing > the reference to libgcc_s -- programs link just fine without it. With it > in there I get:
...sigh... The "programs link fine without it" part is a partial lie. Anything that the C linker links (i.e. executables) works fine without an explicit -lgcc_s, but ghci and compilations using template haskell fail with an "unknown symbol `___bswapdi2'", or equivalent. Looking for a workaround now. G -- Gregory Collins <g...@gregorycollins.net> _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe