Cygwin on Mac? - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

Cygwin on Mac?

#1 garaden

  • Group: Member
  • Posts: 16
  • Joined: 04-April 08

Posted 18 October 2008 - 03:47 PM

I'm in a programming class where the development environment is Cygwin with a plethora of .bat scripts for unit testing, navigation, etc. Problem is, is there any way I can use this environment on my Mac? I'm trying Darwine but Cygwin won't install, and I can't find Wine anywhere on Fink, especially since they're not really supporting it anymore. I really want to see if I can use a Mac without dual-booting Windows... though I'm considering installing Ubuntu since all the OS X tools seem to be ported from Linux. Any suggestions?

#2 dankegel

  • Group: Member
  • Posts: 2
  • Joined: 19-October 08

Posted 19 October 2008 - 08:18 AM

For what it's worth, I just tried installing cygwin on Wine-1.1.6, and it ran
gcc and vim (but not gvim) very well indeed. There was one
trick, which I documented in the appdb at
http://appdb.winehq.org/objectManager.php?...on&iId=3510
You have to replace some cygwin symlinks with native
(linux or macosx) symlinks to get gcc to work.

You might try using Codeweavers Crossover to solve the
"where do I get Wine?" problem. Alternately try
finding Wine packages elsewhere, e.g. http://thisismyinter.net/

Good luck!

#3 Titan8990

  • Group: Member
  • Posts: 2,189
  • Joined: 12-May 06

Posted 21 October 2008 - 04:03 PM

There is no need for Cgywin because MAC OS X is BSD based and has a BASH shell by default. Therefore there is no need to emulate a UNIX environment or a BASH shell.


Quote

though I'm considering installing Ubuntu since all the OS X tools seem to be ported from Linux.


Not Linux, BSD: http://en.wikipedia.org/wiki/Bsd

#4 dankegel

  • Group: Member
  • Posts: 2
  • Joined: 19-October 08

Posted 21 October 2008 - 04:10 PM

View PostTitan8990, on Oct 21 2008, 03:03 PM, said:

There is no need for Cgywin because MAC OS X is BSD based and has a BASH shell by default. Therefore there is no need to emulate a UNIX environment or a BASH shell.


Ideally, yes. However if you'd read the original question, you'd see that the guy's teacher did something really strange: he wrote a system consisting of mixed .bat and shell scripts.

#5 Titan8990

  • Group: Member
  • Posts: 2,189
  • Joined: 12-May 06

Posted 21 October 2008 - 04:13 PM

I guess I still don't understand? Just run the scripts in the MAC environment. Or are you saying that the teacher has come up with some type of Cygwin package w/ scripts included??

Share this topic: