stg_ap_v_ret porting crash: solved?
Ian Lynagh
igloo at earth.li
Thu Sep 18 03:08:03 EDT 2003
On Wed, Sep 17, 2003 at 05:14:36PM +0100, Ian Lynagh wrote:
>
> alpha:
>
> --- ghc6-6.0.1.orig/ghc/includes/Stg.h
> +++ ghc6-6.0.1/ghc/includes/Stg.h
> @@ -33,6 +33,8 @@
> # endif
> #endif
>
> +#include "TailCalls.h"
> +
> /* Configuration */
> #include "config.h"
Ooops, TailCalls.h wants to be below config.h or registerised builds
fail with JMP_ and friends being undefined symbols.
Ian
More information about the Glasgow-haskell-users
mailing list