public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* running gnu compiler
@ 2000-02-22  9:00 Shalom Pollack
  2000-02-22 15:48 ` Martin v. Loewis
  2000-04-01  0:00 ` Shalom Pollack
  0 siblings, 2 replies; 4+ messages in thread
From: Shalom Pollack @ 2000-02-22  9:00 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2708 bytes --]

                                                         
Shalom Pollack
                                                         
Yemin Abot 8/7
                                                         
Jerusalem 95421
                                                         
Israel
                                                         
Feb. 22, 2000
 
 
Free Software Foundation
Boston, MA
 
 
Dear sirs,
 
 
            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?
            Please 
assist.
 
 
 
 
                                                                
Sincerely,
 
 
                                                                
Shalom Pollack
                                                                
Tel. #011-972-2-651-9220    
 
                                                              


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: running gnu compiler
  2000-02-22  9:00 running gnu compiler Shalom Pollack
@ 2000-02-22 15:48 ` Martin v. Loewis
  2000-04-01  0:00   ` Martin v. Loewis
  2000-04-01  0:00 ` Shalom Pollack
  1 sibling, 1 reply; 4+ messages in thread
From: Martin v. Loewis @ 2000-02-22 15:48 UTC (permalink / raw)
  To: shalomp; +Cc: help-gcc

>   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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: running gnu compiler
  2000-02-22 15:48 ` Martin v. Loewis
@ 2000-04-01  0:00   ` Martin v. Loewis
  0 siblings, 0 replies; 4+ messages in thread
From: Martin v. Loewis @ 2000-04-01  0:00 UTC (permalink / raw)
  To: shalomp; +Cc: help-gcc

>   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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* running gnu compiler
  2000-02-22  9:00 running gnu compiler Shalom Pollack
  2000-02-22 15:48 ` Martin v. Loewis
@ 2000-04-01  0:00 ` Shalom Pollack
  1 sibling, 0 replies; 4+ messages in thread
From: Shalom Pollack @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2708 bytes --]

                                                         
Shalom Pollack
                                                         
Yemin Abot 8/7
                                                         
Jerusalem 95421
                                                         
Israel
                                                         
Feb. 22, 2000
 
 
Free Software Foundation
Boston, MA
 
 
Dear sirs,
 
 
            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?
            Please 
assist.
 
 
 
 
                                                                
Sincerely,
 
 
                                                                
Shalom Pollack
                                                                
Tel. #011-972-2-651-9220    
 
                                                              


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-22  9:00 running gnu compiler Shalom Pollack
2000-02-22 15:48 ` Martin v. Loewis
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Shalom Pollack

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).