Dan,

On Nov 9, 2007, at 12:58 AM, Dan Piponi wrote:

Well that was the crucial fact I needed. 6.8.1 is now built. ghci
doesn't work, it complains about an unknown symbol '_environ' in
HSbase-3.0.0.0.o


The installation process strips the binaries which strips away _environ.

You need to either find the place where "install-sh -s" is invoked and remove -s or copy ghc from compiler/stage2 into your installation directory. I think this should work.

        Thanks, Joel

--
http://wagerlabs.com





_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to