in reply to Re: perldoc on WinXP - with "less" instead of "more"
in thread perldoc on WinXP - with "less" instead of "more"

Brutha wrote:
and is independent of any DLLs

I went back and forth in my head for a while deciding whether to say anything about this or not. I know I'm going to be d/v'ed, that's a foregone conclusion. I just suppose that its the cumulative experience I have in PMo discussions that leads me to open my mouth.

There's a lot of misunderstanding regarding MSWindows and projects that port Perl and other *NIX tools to it, here amongst Perlmonks. I'd estimate that less than 10% of the Monks who open their yaps on such topics actually understand everything they're talking about. {Downvote me NOW, please, and get on with the next node}.

Those *NIX tools are sure not "independent of any DLLs". They are dependent on MSVCRT.DLL. If this file isn't present, they aren't going to work. It's a "native" MSWindows DLL that Cygwin "replaces" (the role, not the actual file) with a "cygwin.dll".

GnuWin32 != Cygwin
unxutils != GnuWin32 != Cygwin
mingw  !=  GnuWin32 != Cygwin

Hopefully it is a little clearer now. I'd like to see some of the superstition and half-truths prevalent in the Monastery community dispelled wrt Cygwin and the rest of this. Of course for that to really happen, Monks will have to become interested in something besides Perl. I know that few Monks listen to me, because I'm not "nice" and meek and mild-mannered.

    Soren A / somian / perlspinr / Intrepid

  • Comment on Re^2: perldoc on WinXP - with "less" instead of "more"

Replies are listed 'Best First'.
Re^3: perldoc on WinXP - with "less" instead of "more"
by ysth (Canon) on Jul 05, 2004 at 05:29 UTC
    s/cygwin.dll/cygwin1.dll/gi

    It's not just that dll, either. The cygwin gcc uses these:

    Found: C:\cygwin\bin\gcc.exe C:/cygwin/bin/gcc.exe C:\cygwin\bin\cygwin1.dll C:\WINDOWS\System32\ADVAPI32.DLL C:\WINDOWS\System32\ntdll.dll C:\WINDOWS\System32\KERNEL32.dll C:\WINDOWS\System32\RPCRT4.dll C:\cygwin\bin\cygintl-2.dll C:\cygwin\bin\cygiconv-2.dll

    More and more things in cygwin will rely not just on the dll, but on the cygserver service running as time goes on.