Tagged Questions

18
votes
9answers
1k 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 system …
13
votes
5answers
7k 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 …
10
votes
12answers
3k 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 …
10
votes
4answers
2k 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 …
8
votes
11answers
1k 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 …
7
votes
4answers
1k 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 …
7
votes
4answers
905 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)?
7
votes
3answers
367 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.
6
votes
10answers
1k 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 …
6
votes
5answers
2k 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 …
5
votes
7answers
1k 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 …
5
votes
3answers
469 views

Open a file from Cygwin

Hello, 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 …
5
votes
6answers
463 views

How to integrate Django and Cygwin?

I have a Windows box with cygwin, python and django installed. Now I want to run django-admin, but when I do I get the error: $ django-admin.py c:\Python26\python.exe: can't open file …
5
votes
10answers
2k 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 …
4
votes
5answers
203 views

Opening Large (24 GB) File In C

I'm trying to read in a 24 GB XML file in C, but it won't work. I'm printing out the current position using ftell() as I read it in, but once it gets to a big enough number, it goes back to a small …

1 2 3 4 5 20 next
15 30 50 per page