Joseph F. Ryan wrote:
I'm having problems making off of the recent cvs snapshot. When running Configure, I get the errors/output below. Could anyone suggest a fix that I could try?I am running windows 2kpro, with gcc under cygwin as my compiler.
Then: Mr. Nobody wrote:
Your perl5 was compiled with VC++. Configure swipes the options from perl5 so if you want to fix this, you'll have to edit Config.pm.
Dan Sugalski wrote:
Are you using ActiveState's perl, or the cygwin perl? I think we may be mis-identifying as MSWindows rather than cygwin, and so using the wrong hint set.
You're both right, thank you. The resulting fix was a 1 line change to Config.pm, changing line 34 from: cc='cl' to: cc='gcc'