Rebuilding GHC on Mac OSX PPC
Gregory Wright
gwright at comcast.net
Fri Jul 28 09:33:03 EDT 2006
Hi Joel,
On Jul 28, 2006, at 7:50 AM, Joel Reymont wrote:
>
> On Jul 28, 2006, at 11:42 AM, Simon Marlow wrote:
>
>> You shouldn't have to run configure again, but make clean definitely.
>
> I still get the same allocateExec error. I'm still not sure how
> updating configure.ac in ghc and making clean was going to help :-).
>
Perhaps trying a bigger stick is in order:
make distclean
autoreconf
./configure
make
make install
If your configure.ac is changed, you will need to run autoreconf to
get the new configure script. The "distclean" target to make should
clean out the old configuration.
> --
> http://wagerlabs.com/
>
>
>
>
>
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
More information about the Glasgow-haskell-users
mailing list