Windows link failure

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)

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
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@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/

D2158
On Thu, Apr 28, 2016 at 5:12 PM, Austin Seipp
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
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@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/
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

This is in HEAD now, so please try again and I think that'll get you
up and running, Simon.
On Thu, Apr 28, 2016 at 5:23 PM, Austin Seipp
D2158
On Thu, Apr 28, 2016 at 5:12 PM, Austin Seipp
wrote: 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
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@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/
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

Thanks everyone!
SImon
| -----Original Message-----
| From: mad.one@gmail.com [mailto:mad.one@gmail.com] On Behalf Of Austin
| Seipp
| Sent: 29 April 2016 00:54
| To: Austin Seipp
participants (2)
-
Austin Seipp
-
Simon Peyton Jones