On Mon, Nov 18, 2002 at 11:46:26AM -0000, Simon Peyton-Jones wrote: > You are trying to build ghc, so you want to send this kind of message to > glasgow-haskell-users, or even cvs-ghc. > The error message comes from ghc, not from gcc, so it's not easy to make > sense of your output. Maybe try without the -j64 first. > Simon
I'm actually trying to alter how linking proceeds to reduce the size of the .text section. -ffunction-sections puts each function in its own section, and is typically used in combination with --gc-sections to eliminate unused functions. Bill _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
