Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: c compiler for Windows?
- To: tlug@example.com
- Subject: Re: c compiler for Windows?
- From: Jake Morrison <jake_morrison@example.com>
- Date: Sat, 19 May 2001 01:05:01 -0700 (PDT)
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <F43Ci6nx8dyDd3OJXsN0000c5ba@example.com>
- Reply-To: Jacob.Morrison@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <OvHyNC.A._KE.wkiB7@example.com>
- Resent-Sender: tlug-request@example.com
Jc, There is a compiler project based on gcc called mingwin which builds executables which link against Microsoft's C runtime DLL's (msvcrt), which should be available on any recent target machine. I think that this code is now merged into the gcc that comes with the cygwin project, though it may not be the latest. So you may just need to play with the compiler settings. Another option might be to use Borland's C compiler, which is free (as in beer). You might run into problems with socket stuff, though, in any case. Windows sockets are slightly different from traditional Berkley sockets. You may be able to find a cross platform sockets library that abstracts out the differences. These libraries are typically targeted at Microsoft's compiler, though. I have used the ACE C++ framework (http://www.cs.wustl.edu/~schmidt/ACE.html) for this, but it's probably overkill for your needs. Jake --- Jean-Christian Imbeault <jean_christian@example.com> wrote: > I've made some small C programs under Linux that I would like to use > under Windows. > > Can anyone recommend either a cross-compiler or better yet > a (free) C compiler that works under Windows? I have found a > few C compiler that work under windows but most don't have > the necessary libraries (socket stuff mostly) or like Cygwin, > don't create stand-alone exe files. > > Thanks! > > Jc > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at > http://www.hotmail.com. > > ----------------------------------------------------------------------- > Next Technical Meeting: Sat, May 12 13:30- > Next Nomikai Meeting: Fri, June (TBA) 19:30- Tengu Tokyo Eki Mae > ----------------------------------------------------------------------- > more info: http://www.tlug.gr.jp Sponsor: Global Online > Japan > __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
- References:
- c compiler for Windows?
- From: "Jean-Christian Imbeault" <jean_christian@example.com>
Home | Main Index | Thread Index
- Prev by Date: c compiler for Windows?
- Next by Date: Re: c compiler for Windows?
- Prev by thread: c compiler for Windows?
- Next by thread: Re: c compiler for Windows?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links