|
I have at least one cygwin shell open all the time, when on windows machine. Any msys users out there? Why would anyone use msys over cygwin (except for building win executables)?
Started by luntain on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(However....
MSYS/MinGW is a thinner and less-complete compatibility layer there's an advantage to it.
From what I can tell, MSYS-licensed Cygwin runtime DLL.
Great stuff.
No answer, but I don't think I could live without cygwin.
|
|
I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most stable option under windows.
From what I gather I basically have 2.5 options:
MSYSgit git under Cygwin (aka 2.5) MSYSgit from a Cygwin prompt (given...
Started by Joce on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Both Cygwin and Msys Git work fairly well for now is a....
I've dabbled with using both the MSYS and Cygwin versions of git, and to be really honest, I didn't or Mercurial , either of which have better support for windows IMO.
|
|
I'm trying to use cygwin as a build environment under Windows. I have some dependencies on 3rd party packages, for example, GTK+.
Normally when I build under Linux, in my Makefile I can add a call to pkg-config as an argument to gcc, so it comes out like...
Started by smo on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try translating that to a cygwin path at the end of the "t" output may....
Are you sure that you're using the make provided by Cygwin? Use
which make make --version
to check guess would be that cygwin's gcc can't handle -Lc:/mingw/lib.
|
Ask your Facebook Friends
|
I need a serviceable shell for MSYS. This is my current dilemma:
The default rxvt.exe has a scroll bar and copy and paste, but doesn't send control characters or arrow keys to a running program in the shell (like interpreters/debuggers). This is a real...
Started by dbs on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Ah, so if I got it straight then sh.exe is... .
Want as the shell backing it.
You can set MSYS or Cygwin, or whatever you fork of an old Cygwin version that is msys.
It's a replacement for the standard windows command window.
|
|
Let's say I have an application which I compiled under cygwin, and I want to distribute that application without having the user to install cygwin. Would it be enough to package the executable and the cygwin DLL?
Started by Robby Jones on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Be sure to install the Cygwin DLL in a public location though (Windows\System32 an all platforms if cygwin would need a ....
Another alternative is MSYS + MinGW , which is a light-weight fork of CygwinNormally, yes.
Of Cygwin.
|
|
On Mon, 8 Jun 2009 23:33:42 +0200, Lennart Borgman <lennart.borgman@gmail.com
After installing cygwin 1.7 beta I tried to start msys sh (which I
have not been doing for a long while). I got the following error:
@c:\msys\1.0\bin\sh --login %*
...
Started by Lennart Borgman on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Otherwise....
If you can duplicate the problem with
something besides msys then we'll look into it.
Cgf-use-the-mailinglist-please@cygwin.com
I can say with great assurance that we really don't care about
supporting msys in cygwin.
|
|
On Tue, 10 Aug 2010 09:19:46 +0800, Chiheng Xu <chiheng.xu@gmail.com
On Tue, Aug 10, 2010 at 1:25 AM, Earnie <earnie@users.sourceforge.net
I must confess that I'm really a newbie of Cygwin and MinGW.
As far as I know, Cygwin has dropped text...
Started by Chiheng Xu on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
--
Eric Blake eblake@redhat.com +1-801-349-2682
Libvirt/wiki/Symbolic_link#Cygwin_symbolic_....
Cygwin can read windows shortcuts as symlinks, but does in the cygwin port of bash.
Not true.
Is a) slower, and b)
less tested.
|
|
I'm now using msysgit because of the GUI tools, which use Putty's Pageant and PLink utilities, but I use Cygwin as a general SSH terminal. I had been using ssh-agent on Cygwin, but that means I have to enter my SSH key passphrases for both SSH key managers...
Started by Jerph on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Disclaimer....
This will give you an environment where keys in your interactive Cygwin sessions.
I would suggest the same thing (use putty) but just use putty forwarding, run Cygwin sshd and ssh to localhost.
Putty as your cygwin terminal.
|
|
There are a ton of ways to integrate Cygwin with Emacs on Windows. EmacsWiki shows a few ideas. Here are the options that I've found:
Use the Emacs that comes with Cygwin. (Then find a way to get to cmd.exe if you want it.) Use NTEmacs and Cygwin as a...
Started by User1 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This way I have a native Windows application with Unix to http://www.emacswiki.org/emacs/... .
I am using NTEmacs + EmacsW32 + Cygwin.
Works out of the box, the Alt option.
I like the xemacs version that you get from the Cygwin setup program.
|
|
Which unix like environment do you prefer on Windows?
I have found Cygwin to be very comfortable for a windows platform (usually XP).
I am wondering if there is a better alternative (not because I want to move away from Cygwin).
What are the features ...
Started by nik on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at superuser):
I definitely....
The native Cygwin performance-wise (it's a native subsystem rather than an emulation, it lives beside Win32 subsystem rather than on top of it).
IMO, The primary downside for Cygwin is performance (it emulates a POSIX environment).
|