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

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to