cygwin provides a Unix/Linux-like environment under Microsoft Windows OSes.
74
votes
7answers
52k views
Objective C for Windows
What would be the best way to write Objective-C on the Windows platform?
Cygwin and gcc? Is there a way I can somehow integrate this into Visual Studio?
Along those lines - are there any suggestions ...
68
votes
10answers
33k views
HTTPS github access
I'm stuck behind a firewall so have to use https to access my github repository. It's a new one I'm creating & am using cygwin 1.7.7 on XP.
I've tried setting the remote to ...
68
votes
11answers
18k views
What is the difference between Cygwin and MinGW?
I want to make my C++ project cross platform, and I'm considering using Cygwin/MinGW.
But what is the difference between them ?
Another question is whether I will be able to run the binary on a ...
67
votes
16answers
28k views
What's a good alternative Windows console?
UPDATE (solution)
Months later someone turned me on to an awesome solution to this. If you install Git for Windows, it comes with this console app called Git Bash that does exactly what I descibed. I ...
47
votes
8answers
13k views
Git on Windows: How do you set up a mergetool?
I've tried msysGit and Git on Cygwin. Both work just fine in and of themselves and both run gitk and git-gui perfectly.
Now how the heck do I configure a mergetool? (Vimdiff works on Cygwin, but ...
39
votes
2answers
1k views
Node.js, Cygwin and Socket.io walk into a bar… Node.js throws ENOBUFS and everyone dies
I'm hoping someone here can help me out, I'm not having much luck figuring this out myself. I'm running node.js version 0.3.1 on Cygwin. I'm using Connect and Socket.io. I seem to be having some ...
35
votes
10answers
21k views
Git under windows: MSYS or 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 ...
26
votes
14answers
15k views
Best terminal environment for Cygwin/Windows?
Today I run Cygwin with rxvt using the following startup line:
rxvt -bg black -sl 8192 -fg white -sr -g 150x56 -fn "Fixedsys" -e /usr/bin/bash --login -i
This gives me a resizeable native Windows ...
24
votes
12answers
12k views
Why does GCC-Windows depend on cygwin?
I'm not a C++ developer, but I've always been interested in compilers, and I'm interested in tinkering with some of the GCC stuff (particularly LLVM).
On Windows, GCC requires a POSIX-emulation layer ...
20
votes
6answers
6k views
msys vs cygwin
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)?
19
votes
12answers
9k views
How can I associate .sh files with Cygwin?
I'd like to run a long rsync command in Cygwin by double clicking on a .sh file in Windows. It must start in the file's containing directory (e.g. /cygdrive/c/scripts/) so that relative paths work. ...
17
votes
6answers
1k views
NPM on Cygwin: unexpected end of file
I am trying to use NPM on cygwin, but keep getting following errors:
ERR! tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm" ...
17
votes
9answers
4k views
How to best integrate Emacs and Cygwin?
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 ...
17
votes
5answers
12k views
Safely change home directory in cygwin
I'm trying to safely update the home directory as specified in /etc/passwd, but the standard linux utils - usermod and vipw - for doing so aren't provided by cygwin. Could anyone tell me how they ...
16
votes
4answers
5k views
Open a file from Cygwin
is there an equivalent to OSX open command in cygwin. open opens a file with the default application for that type.
I want to do something like
$ magic-command file.xls
#excel opens as if file.xls ...
16
votes
7answers
6k views
How can I run Cygwin Bash Shell from within Emacs?
I am running GNU Emacs on Windows so entering:
M-x shell
launches the Windows command-line DOS shell. However, I would like to instead be able to run the Cygwin Bash Shell (or any other non-Windows ...
14
votes
6answers
15k views
Where can I download an offline installer of Cygwin?
I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all its package selection. I installed Cygwin but I can't find the diff utility ...
13
votes
3answers
457 views
Git slows down Emacs to Death - How to Fix this?
Opening a file (either by typing Ctrl-x f, AKA Find File) or by typing f on that file in Dired mode), is painfully slow in working directories that have a .git subdirectory.
Even the simplest file ...
13
votes
10answers
26k views
SSH Private Key Permissions using Git GUI or ssh-keygen are too open
Recently I've been unable to clone or push to github, and I'm trying to find the root cause.
This is on windows
I have cygwin + git as well as msysgit.
Msysgit was installed with the following ...
13
votes
5answers
14k views
How do you run a crontab in Cygwin on Windows?
Some cygwin commands are .exe, so you can run them with the standard Windows Scheduler, but others are not .exe extension so cant be run from dos (it seems like). For example I want updatedb to run ...
13
votes
4answers
3k views
Git On Windows Without Cygwin?
Are there any native Git implementations for Windows that do not require Cygwin? I've become a fan of the TortoiseSVN client, and would really like to see a similar Git client for Windows.
Edit: I ...
12
votes
4answers
2k views
Why my Emacs in Cygwin running on Windows Seven, always create Crash Dump?
I quite satisfied of how GNU tools run in my Cygwin on Windows Seven. I think it's easier just to use GNU/Linux, but my company here has the policy of using Windows Seven for the Programmer ...
11
votes
5answers
2k views
Issues using perforce command line under cygwin
So, virtually cannot use the the perforce command line for anything other than syncing.
My workspace root is mapped to C:\
Here's a line of my client spec:
//claims1.0/main/... ...
11
votes
3answers
733 views
Are there any resources for becoming a Cygwin “power user”?
I've got it configured, but I want more from it...maybe Cygwin isn't the right tool, but I like how it provides a *nix-like environment within Windows.
10
votes
1answer
257 views
mysterious git behaviour
I have since fixed this problem. But I still don't know why what I did worked.
We have an svn repository for our code at work. I have a local git-svn repository because I <3 Git. :) We use ...
10
votes
4answers
2k views
git svn - error under cygwin
I have cygwin and git. I'm trying to commit with git to svn - git svn dcommit. But it fails with strange error:
$ git svn dcommit
4 [main] perl 5536 C:\cygwin\bin\perl.exe: *** fatal error - ...
10
votes
6answers
1k views
Some question about Cygwin[Linux in Windows] (socket,thread,other programming and shell issues)
I have some question about cygwin :
Can I use Cygwin develop socket based code?
Does Cygwin have read() and write() functions that work with file descriptors?
Can I use Pthread library in Cygwin?
...
10
votes
11answers
3k views
C program compiled with cygwin in Windows works, segmentation fault under Linux. Is cygwin GCC 'bad'?
For my Programming 102 class we are asked to deliver C code that compiles and runs under Linux. I don't have enough spare space on my hard drive to install Linux alongside Windows, and so I use cygwin ...
10
votes
7answers
16k views
Using expect to pass a password to ssh
How can I use expect to send a password to an ssh connection.
say the password was p@ssword
and the ssh command was
ssh me@127.0.0.1
What would I do with expect to a make it input the password when ...
10
votes
6answers
2k views
Prevent duplicates from being saved in bash history
I'm trying to prevent bash from saving duplicate commands to my history. Here's what I've got:
shopt -s histappend
export HISTIGNORE='&:ls:cd ~:cd ..:[bf]g:exit:h:history'
export ...
9
votes
3answers
1k views
Unable to push to git Repository. It hangs after “Writing Objects: 100%”
I am running git daemon with the following command.
c:\cygwin\bin\git daemon --reuseaddr --base-path=/cygdrive/S --export-all --verbose --enable=receive-pack
I am able to clone and pull updates but ...
9
votes
5answers
1k views
Reference a GNU C (POSIX) DLL built in GCC against Cygwin, from C#/NET
Here is what I want: I have a huge legacy C/C++ codebase written for POSIX, including some very POSIX specific stuff like pthreads. This can be compiled on Cygwin/GCC and run as an executable under ...
8
votes
2answers
148 views
Cygwin's bash became extremely slow after errors
I realize there are a few other questions about why Cygwin is apparently slow, but this case seems to be unique.
I had some issues where things were reporting lots of errors, and then after a reboot ...
8
votes
1answer
11k views
SSL certificate problem when trying to clone Git repository within Cygwin [closed]
Possible Duplicate:
HTTPS github access
I am trying to clone a Git repository from Cygwin running on Windows 7. I am entering the command git clone http://github.com/scottgonzalez/node-chat ...
8
votes
4answers
5k views
Root user/sudo equivalent in Cygwin?
I'm trying to run a bash script in Cygwin.
I get Must run as root, i.e. sudo ./scriptname errors.
chmod 777 scriptname does nothing to help.
I've looked for ways to imitate sudo on Cygwin, to ...
8
votes
4answers
3k views
Why does Git.pm on cygwin complain about 'Out of memory during “large” request?
I'm getting this error while doing a git svn rebase in cygwin
Out of memory during "large" request for 268439552 bytes, total sbrk() is 140652544 bytes at /usr/lib/perl5/site_perl/Git.pm line 898, ...
8
votes
3answers
7k views
How do you pipe input through grep to another utility?
I am using 'tail -f' to follow a log file as it's updated:
tail -f logfile
I next pipe the output of that to grep to show only the lines containing a search term ("org.springframework" in this ...
8
votes
3answers
931 views
Can I script a Cygwin install to include certain packages?
I install cygwin frequently enough that it would be handy to have the process automated. Specifically, I want to be able to specify ahead of time the packages that I want to install, so that I don't ...
7
votes
1answer
182 views
Why does getchar() not work right?
Today, I wrote a simple piece of code that uses getchar() to count the characters you input. But when I compile it on Cygwin, it does not work. It always prints 0, but I never input anything or I ...
7
votes
2answers
339 views
VirtualBox VM access with cygwin
I cannot access my virtual machines from the cygwin console. (Windows 7, UAC is disabled)
Matthias@laptop0x4d53 /cygdrive/c/Program Files/Oracle/VirtualBox
$ ./VBoxManage list vms
The Windows ...
7
votes
1answer
213 views
Asterisk cross platform compilation
I am trying to compile asterisk from windows using netbeans c/c++ IDE. As i want to add some functionality into the existing code.
when i am running the configure file i got the following errors
...
7
votes
1answer
914 views
redhat cygwin vs cygwin ? any diffrence?
i just notice that there is a redhat cygwin at http://www.redhat.com/services/custom/cygwin/ , is there any difference ?
1 . redhat builds cygwin so its faster.
(5:15:46 AM) adamramadhan: version ?
...
7
votes
5answers
2k views
Different between msysgit and cygwin + git?
Hello
What is the different between msysgit and cygwin + git? Now I'm use msysgit, but i don't like the Git Bash (you can't resize or copy/paste) and think about to change to cygwin, because then I ...
7
votes
3answers
2k views
cygwin command to copy to windows clipboard
I see here:
http://www.pgrs.net/2008/1/11/command-line-clipboard-access
that there's a way in linux and osx to copy to the clipboard from the command line. So I ran my cygwin setup.exe, but ...
7
votes
4answers
2k views
How to build a Visual Studio 9.0 solution from Cygwin and get build output?
I am trying to set up an automated build system on Windows using Cygwin. Among other things, it needs to be able to build several Visual C++ solutions. I have a script which sets up the environment ...
7
votes
7answers
2k views
How can I create a portable perl when I can't install modules on the target host?
I need to run Perl applications I develop on cygwin Windows on HP unix / Solaris hosts. I am not a superuser on the unix machines and I can't touch the default Perl module location nor can I install ...
7
votes
7answers
7k views
In Cygwin how do I change the font color?
I want to start using Cygwin, but I am not pleased with the font color and would like to change it to light green with a black background.
(I tried googling to no avail BTW)
7
votes
2answers
2k views
How can I configure Mercurial to use WinMerge for merges, under cygwin?
When Mercurial is running under cygwin, it's a bit tricky to figure out how to spawn WinMerge to resolve merge conflicts. How can I do this?
7
votes
8answers
11k views
Command line to delete all ClearCase view-private files
I'm looking for a command line to remove all view-private files and directories from a ClearCase view on Windows. I have Cygwin available as well.
The script available at this article is not quite ...
7
votes
4answers
5k views
connecting to mysql from cygwin
I can successfully connect to MySQL from a DOS prompt, but when I try to connect from cygwin, it just hangs.
$/cygdrive/c/Program\ Files/MySQL/MySQL\ Server\ 5.1/bin/mysql -u root -p
What's wrong?