Windows link failure

Austin Seipp austin at well-typed.com
Thu Apr 28 22:12:06 UTC 2016


This seems to be a problem with the T11223 Makefile, which inconsistently sets:

GCC=gcc

and uses $(GCC) in some places, but only "$(CC)" in another, which
Make will default to "CC=cc"

Patch incoming.

On Thu, Apr 28, 2016 at 5:09 PM, Simon Peyton Jones
<simonpj at microsoft.com> wrote:
>    OK Windows is back.  But all these fail with this error
>
> Stderr:
>
> /bin/sh: cc: command not found
>
> make[3]: *** [t_11223_simple_unused_duplicate_lib] Error 127
>
> Simon
>
> rts/T11223             T11223_link_order_a_b_2_fail [bad exit code] (normal)
>
>    rts/T11223             T11223_link_order_a_b_succeed [bad exit code]
> (normal)
>
>    rts/T11223             T11223_link_order_b_a_2_succeed [bad exit code]
> (normal)
>
>    rts/T11223             T11223_link_order_b_a_succeed [bad exit code]
> (normal)
>
>    rts/T11223             T11223_simple_duplicate_lib [bad exit code]
> (normal)
>
>    rts/T11223             T11223_simple_link [bad exit code] (normal)
>
>    rts/T11223             T11223_simple_link_lib [bad exit code] (normal)
>
>    rts/T11223             T11223_simple_unused_duplicate_lib [bad exit code]
> (normal)
>
>
> _______________________________________________
> ghc-devs mailing list
> ghc-devs at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>



-- 
Regards,

Austin Seipp, Haskell Consultant
Well-Typed LLP, http://www.well-typed.com/


More information about the ghc-devs mailing list