wren ng thornton <[email protected]> writes: > So I'm getting some weird linking errors from cabal-install when doing `cabal > configure && cabal build` > > ld warning: atom sorting error for > _postazm0zi2zi0_DataziMonoidziOrdziArgmax_Max_closure_tbl and > _postazm0zi2zi0_DataziMonoidziOrdziArgmax_Min_closure_tbl in > dist/build/Data/Monoid/Ord/Argmax.o > > ld warning: atom sorting error for > _postazm0zi2zi0_DataziMonoidziOrdziArgmax_Max_closure_tbl and > _postazm0zi2zi0_DataziMonoidziOrdziArgmax_Min_closure_tbl in > dist/build/Data/Monoid/Ord/Argmax.o > > But cabal doesn't quit with an error code or anything. Doing `ghc --make > Data/Monoid/Ord/Argmax.hs` works just fine without warnings. Anyone know what > could cause them, or how to fix it?
If this is on OSX, my understanding is that these messages are harmless. http://hackage.haskell.org/trac/ghc/ticket/2578 Apparently this has been fixed for 6.12, if you have a later version and it's still happening it's a regression and you should re-open the ticket. Cheers, G -- Gregory Collins <[email protected]> _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
