473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Command line C compiler needed

I need to download Command line C compiler ASAP ? Where can I find the
latest and moden one ?

Nov 14 '05 #1
9 4532
In article <11**********************@f14g2000cwb.googlegroups .com>,
happy <eh***********@yahoo.com> wrote:
I need to download Command line C compiler ASAP ? Where can I find the
latest and moden one ?


Have a look at:

http://gcc.gnu.org/

--
Rouben Rostamian
Nov 14 '05 #2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

"happy" <eh***********@yahoo.com> writes:
I need to download Command line C compiler ASAP ? Where can I find the
latest and moden one ?


Didn't your system come with one? cc, c89, c99 and gcc are common
names (my system provides all of these).

GCC is undoubtedly the best libre compiler available, and is well
worth looking at. See http://gcc.gnu.org/ and also

http://gcc.gnu.org/gcc-3.4/
http://gcc.gnu.org/install/binaries.html
http://www.delorie.com/djgpp/
http://www.cygwin.com/
http://www.mingw.org/
Regards,
Roger

- --
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFBw1TtVcFcaSW/uEgRAof0AJ9Yk39KQXpEymYFR/Sn9lLkTZ5lZQCdGtj+
V4/WLTYwKXRljrEqNpfiGs4=
=huth
-----END PGP SIGNATURE-----
Nov 14 '05 #3
happy wrote:
I need to download Command line C compiler ASAP ? Where can I find the latest and moden one ?


Not sure what you mean by a command line C compiler. Any C compiler,
I would hope, could be invoked from the command line. I use Visual
C++ 7.0 from the command line (driven from a make file) because it's
easier to move projects to other platforms that way.

I'm sure there's a C only (as opposed to C++) option. But others can
correct me if I'm wrong.

If you do a search in this forum there were suggestion on how to
download a slightly older VC compiler for free. Perhaps the thread
was in comp.lang.c++?

This is not an endorsement but just another path you may wish to
consider.

Nov 14 '05 #4
gel
Microsoft offers their Visual C++ 2003 compiler as a free download:
http://msdn.microsoft.com/visualc/vctoolkit2003/

Nov 14 '05 #5
Roger Leigh <${******@invalid.whinlatter.uklinux.net.invalid > wrote:
"happy" <eh***********@yahoo.com> writes:
I need to download Command line C compiler ASAP ? Where can I find the
latest and moden one ?


Didn't your system come with one? cc, c89, c99 and gcc are common
names (my system provides all of these).


Not likely. The OP assumed that everybody would know what system he has
(probably because he doesn't even consider the possibility of other
systems' existence), which means that it is highly likely that he is on
some kind of M$ Windows. M$ OSes don't come with C compilers. You need
to download one.
I recommend Dev-C++, which comes with GCC and MingW. The interface is
not perfect (in particular, it has some quirks which make me think that
its programmers are more used to some other windowing manager), but
quite sufficient for my purposes, and GCC can be used from the command
line. It can be found at <http://www.bloodshed.net/>.

Richard
Nov 14 '05 #6
On Mon, 20 Dec 2004 12:24:02 GMT, in comp.lang.c ,
rl*@hoekstra-uitgeverij.nl (Richard Bos) wrote:
Roger Leigh <${******@invalid.whinlatter.uklinux.net.invalid > wrote:
"happy" <eh***********@yahoo.com> writes:
> I need to download Command line C compiler ASAP ? Where can I find the
> latest and moden one ?
Didn't your system come with one? cc, c89, c99 and gcc are common
names (my system provides all of these).

I recommend Dev-C++, which comes with GCC and MingW.


gcc can be downloaded very easily (IMHO) via the cygwin downloader, which
lets you pick the bits you want and minimise extras. At the least you'll
want make and other commandline tools from the *nix set, which cygwin gives
you.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
Nov 14 '05 #7
Mark McIntyre <ma**********@spamcop.net> wrote:
On Mon, 20 Dec 2004 12:24:02 GMT, in comp.lang.c ,
rl*@hoekstra-uitgeverij.nl (Richard Bos) wrote:
Roger Leigh <${******@invalid.whinlatter.uklinux.net.invalid > wrote:
"happy" <eh***********@yahoo.com> writes:

> I need to download Command line C compiler ASAP ? Where can I find the
> latest and moden one ?

Didn't your system come with one? cc, c89, c99 and gcc are common
names (my system provides all of these).

I recommend Dev-C++, which comes with GCC and MingW.


gcc can be downloaded very easily (IMHO) via the cygwin downloader, which
lets you pick the bits you want and minimise extras. At the least you'll
want make and other commandline tools from the *nix set, which cygwin gives
you.


Dev-C++ is (or at least, can be) a single download, and also comes with
make, ar, and so forth. Not with ls and similar, though.

Richard
Nov 14 '05 #8

"Richard Bos" <rl*@hoekstra-uitgeverij.nl> wrote in message
news:41****************@news.individual.net...
Dev-C++ is (or at least, can be) a single download, and also comes with
make, ar, and so forth. Not with ls and similar, though.


I downloaded dev-c++ on Richards recommendation and the gcc compiler worked
well first time. You can ignore the IDE that comes with it. Starting with
http://gcc.gnu.org is rather more involved.

It compiled some code that had thwarted 3 other free compilers.

Bart
Nov 14 '05 #9
"Bart C" <bc@freeuk.com> wrote:
"Richard Bos" <rl*@hoekstra-uitgeverij.nl> wrote in message
news:41****************@news.individual.net...
Dev-C++ is (or at least, can be) a single download, and also comes with
make, ar, and so forth. Not with ls and similar, though.


I downloaded dev-c++ on Richards recommendation and the gcc compiler worked
well first time.


Glad to hear it.

Richard
Nov 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Michael | last post by:
What's the perfered method of passing command-line args throughout a Python program given that globals don't seem to really exist? I thought of writing them out to a python file and then importing...
8
by: Joe | last post by:
I'm using Python 2.4 on Windows XP SP2. I'm trying to receive a command line argument that is a newline (\n) Here is the command line to use sample.py "\n" Here is a sample.py script
1
by: Shivonne | last post by:
Hi all I am trying to compile a DLL from the command line but I need to include one of the web references. My command line is as follows: csc /t:library...
8
by: zhiwei wang | last post by:
I remember that there is a function that could invoke shell command such as "rm" "cp", directly in .c file. But I could not recall its name, and I googled with nothing meaningful. I vaguely...
4
by: Francesco Martinelli | last post by:
I need to create a multiple file assemby: this requires working directly with the command line compiler (no IDE support!). After a few tests I found my problem comes from the issue described below....
3
by: michael | last post by:
How can I compile my VS.NET ASP.NET project from the command line?
4
by: billben74 | last post by:
Despite advances in devstudio .NET building large projects can still be difficult. Is there a way, perhaps using EnvDev class or some other class that would allow output of the "command line" that...
4
by: Bit byte | last post by:
I have a project that I normally build (without problems) from the DevStudio IDE. However, I have embarked on automating all my builds (this test project being one of several). The project...
6
by: virgincita schmidtmann | last post by:
Good evening, I would like to pass the size of an array from the commandline. int main(int argc, int *argv) { .... max=*argv; int list; ....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.