Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Trying to install a module(Devel::Declare) on a Strawberry setup I got an error window telling me "ld.exe has stopped working".

Here's the command I ran on the CMD: cpan Devel::Declare

You can see the output here: http://www.textswell.com/read,4230519294302

I then tried to do a manual install, so I downloaded the .zip file, and ran perl Makefile.pl on it and it did it ok... but when I did make(well actually dmake but it's the same) it had an error and an error window popped up saying "ld.exe has stopped working". Here's the output: http://textuploader.com/?p=6&id=greom

I appreciate you taking the time to read it and I hope somebody can help me out with this

share|improve this question
1  
That means that ld crashed. You could try upgrading mingw. If that doesn't help, you should probably see if they can help you. – ikegami Nov 14 '12 at 23:31
Ok, I'll upgrade mingw and come back to you.. thanks for the quick response :) – Sismetic Nov 14 '12 at 23:41
I had no mingw installed(the ld.exe comes from Perl64) so I installed it, and it still gives me the error. What else can I do? – Sismetic Nov 15 '12 at 0:09
1  
Strawberry Perl comes with mingw. It's the port of gcc you're using. Are you use the one you installed was being used when you retried? You could try copying the installed files over from a machine with the same version of Strawberry Perl if you can get someone else to compile it. As for finding out why ld is crashing, you'd need to fire up a debugger, I guess. As I previously suggested, maybe talking to the mingw folks will help. – ikegami Nov 15 '12 at 0:39
Oh, ok, I didnt know that.. thanks. The SP I have is a reinstall... I had some problems installing a module, so I tried ActivePerl, but it still didn't work, so I reinstalled SP... I'll try repairing it or reinstalling it... I'll try copying the installed files from my brother's pc. Thank you very much! If all else fails, I'll contact the guys from mingw... thank you :) – Sismetic Nov 15 '12 at 0:44
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.