[Haskell-cafe] Missing _environ
Joel Reymont
joelr1 at gmail.com
Fri Nov 9 05:47:30 EST 2007
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
More information about the Haskell-Cafe
mailing list