public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
To: shalomp@netvision.net.il
Cc: help-gcc@gnu.org
Subject: Re: running gnu compiler
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <200002222347.AAA00727@loewis.home.cs.tu-berlin.de> (raw)
Message-ID: <20000401000000.JQA0L5LKpBbuDt5tGTIT1ulrLGTv2OUZ7f8Wu2Ni58M@z> (raw)
In-Reply-To: <001501bf7d57$284b1820$65a3003e@default>

>   I recently purchased the GNU C++ compiler and succeeded in
> installing it. However, how is one supposed to begin running it? And
> does it work through the Borland font, the MS-DOS, or do I just not
> know how to open it?

What exactly did you purchase, and where did you purchase it? I'll
assume for the moment that it was the "GNU Software for MS-Windows and
MS-DOS and Compatible Systems" from the FSF. If so, you got the
Delorie port, DJGPP. You can find online information about it at

http://www.delorie.com/djgpp/

Essentially, you invoke the compiler by invoking 'gcc' from the
command line. You should have saved the source code in files, and then
invoke, say,

   gcc -Wall -o myprog.exe mymain.c mysub1.c mysub2.c

This will compile mymain.c, mysub1.c and mysub2.c, and produce an
executable program myprog.exe. There are much more command line
options; you'll find those in the "texinfo documentation".

Hope this helps,
Martin

  reply	other threads:[~2000-04-01  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-22  9:00 Shalom Pollack
2000-02-22 15:48 ` Martin v. Loewis [this message]
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Shalom Pollack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200002222347.AAA00727@loewis.home.cs.tu-berlin.de \
    --to=martin@loewis.home.cs.tu-berlin.de \
    --cc=help-gcc@gnu.org \
    --cc=shalomp@netvision.net.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).