in reply to Re: MingW C for XS in ActiveState
in thread MingW C for XS in ActiveState

Aren't you suppose to use dmake with mingw?

Shouldn't matter, afaik - so long as $Config{make} matches the make utility you're using, it should be fine.

However, I too would prefer to use dmake with MinGW and nmake with MSVC++ .... just in case :-)

I believe (untested) that you do need to use dmake if you want to build perl itself with MinGW, whereas you can build perl using either dmake or nmake with MSVC++ - and thats' something I *have* tested recently.

Cheers,
Rob

Replies are listed 'Best First'.
Re^3: MingW C for XS in ActiveState
by ikegami (Patriarch) on Feb 19, 2010 at 07:49 UTC
    Something didn't ring through with what I was saying, which is why I asked it as a question. thanks.