Re: Is it better to download Cygwin on Win XP



broli wrote:

and then learn C language ?

Perhaps. It depends on your requirements doesn't it? To you need a full
UNIX environment? If not then you might consider MinGW+Msys instead of
Cygwin. MinGW can produce standalone Windows executables that don't
depend on an emulation library, however you cannot write UNIX programs
with it and run them under Windows; for that you'll need Cygwin.

Another option is DJGPP, if you want to be able to run under DOS as well
as Windows. There are also other Windows specific compilers like
PellesC and lcc-win32 that you might find convenient. Microsoft of
course offers it's own compilers, both crippled "free" downloads as
well as the full Visual Studio suite. There are also a plethora of well
regarded commercial compilers for Windows like Comeau C++, Intel C++
etc.

What you want to use depends on your requirements, which you have not
specified.

.



Relevant Pages

  • GNU make on Windows [was Re: Codewarrior vs. Cosmic C for Freescale 9S08]
    ... making things a lot like the Unix environment. ... Unix (and thus Cygwin) has it, Windows doesn't --- it only preserves case, but doesn't care about it. ... but the actual source file is called Foo.C, it won't be found by Cygwin GNU make, but the same rule in a genuine DOS/Windows version of make would just work. ...
    (comp.arch.embedded)
  • Re: Upgrading XP machine to run gcc
    ... run under a Linux environment or another Windows cygwin environment but not a Windows environment unless I use cygwin to compile my own gcc-like compiler to do so. ... It sounds as if I would be very close to learning how to operate in the Linux environment. ... I'll point out that certain commercial compilers for linux aren't fully compatible with gcc-4.2. ...
    (comp.lang.fortran)
  • Re: Software for IRIX
    ... I installed Cygwin on Windows, ... >>Unix environment with X. ... Cygwin is good enough to login to Irix and Solaris form Windows, ... PS2 KVM for O2, PCs and Mac(using USB to PS2 adaptor), remote login to ...
    (comp.sys.sgi.admin)
  • Re: LAPACK
    ... >> what do I have to do for installing LAPACK on a pc with windows XP??? ... or use cygwin which includes compilers you need. ... greetings, uwe ...
    (sci.math.num-analysis)
  • Re: CPMtools help
    ... XP system build under cygwin. ... It works the same in this environment as ... with any UNIX environment. ... There it on Linux does not run needs I it for Windows 2000 or XP. ...
    (comp.os.cpm)

Loading