2011/3/5 Román González <[email protected]>: > ld: warning: in /Users/roman/.homebrew/lib/libncursesw.dylib, file was built > for unsupported file format which is not the architecture being linked (i386)
You're trying to link a 64-bit library with a 32-bit GHC. Either upgrade to the new 64-bit GHC installer, or rebuild your libraries with 32-bit support. G -- Gregory Collins <[email protected]> _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
