in reply to Re: cygwin or linux conundrum
in thread cygwin or linux conundrum

The terminal app on Win2K sucks
Not sure what you mean by this -- the Cygwin terminal apps are bash, tcsh, etc. same as Linux. Also, X is available under Cygwin (although not in rootless mode yet) so you can run your favorite xterm variant.

the integration between Cygwin and ActiveState Perl doesn't work transparently (#! doesn't work for me)
This is true out-of-the-box, although there is a workaround described here.

modules won't compile with Cygwin and are not all available for ActiveState, etc.
This has been my experience under W2K Pro as well :(

Josh

Replies are listed 'Best First'.
Re: Re: Re: cygwin or linux conundrum
by jsprat (Curate) on Jul 29, 2002 at 17:41 UTC
    The terminal app on Win2K sucks
    Not sure what you mean by this -- the Cygwin terminal apps are bash, tcsh, etc. same as Linux. Also, X is available under Cygwin (although not in rootless mode yet) so you can run your favorite xterm variant.
    There is a port of rxvt that runs on Windows without an X server. I _think_ it is part of the default install of cygwin. If it isn't, it can easily be installed with cygwin's setup.exe.

    rxvt is a console app, so you will see a command window flash open and close when starting rxvt from a shortcut. If you don't like the black window flashing, use editbin (part of VC++) or look at Jenda's page here for a perl script (exetype.pl) that will change the subsystem of rxvt from console to gui. I use this for rxvt, it works well.

      Oh, nice! I didn't know about that rxvt port. That's much better!