On Tue, Aug 26, 2008 at 2:42 PM, Jerry D. Hedden <jdhedden@cpan.org> wrote: > In case you missed it, changes 34200 and 34219 to blead made changes > to lib/ExtUtils/CBuilder/Platform/cygwin.pm. The changes to link_executable() in changelist 34200 don't make sense to me, so I haven't applied them yet. If it's trying to "revert the stupid Unix cc=ld override", why does it do "local $self->{config}{cc} = $self->{config}{ld};" ? That seems like it propagates the override even further. -KenThread Next