delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/08/26/22:01:34

From: "John M. Aldrich" <fighteer AT cs DOT net>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Installing DJGPP and running it
Date: Wed, 26 Aug 1998 21:49:28 -0400
Organization: Two pounds of chaos and a pinch of salt.
Lines: 35
Message-ID: <35E4BB28.3DD2F097@cs.net>
References: <6s24n1$6vl$1 AT supernews DOT com>
NNTP-Posting-Host: ppp118.cs.net
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

> jud wrote:
> 
> Ive downloaded and unziped all the djgpp files into the corecet
> directories, but i cant get it to run, ive put all the set command
> stuff in my autoexec file before the win command, but every time i try
> do use it it says "invalid file name" or something close. any help
> would be apriciated.

What exactly are you trying to run?  :-)

To compile a program, first you must write one, using the text editor or
IDE of your choice.  Then you must compile it, using either the 'gcc'
compiler or the builtin compilation commands of the IDE.  An example
command line might look like:

 gcc -Wall -O -g -o myprog.exe myprog.c

If you want to use RHIDE, a Turbo C look-alike that is designed
specifically for DJGPP, just run 'rhide', enter your program, and use
the menu commands to compile it.

A comprehensive (although incomplete) DJGPP User's Guide is available at
http://www.delorie.com/doc/ug/.  I also suggest the DJGPP Frequently
Asked Questions list, available as v2/faq210b.zip from SimTel or online
at http://www.delorie.com/djgpp/v2faq/.

hth!

-- 
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I  |     mailto:fighteer AT cs DOT net     |
|      ICQ UIN#:  7406319          |   http://www.cs.net/fighteer/  |
|    ObJoke:  If Bill Gates were a robber, not only would he        |
|     shoot you, but he'd send you a bill for the bullets.          |
---------------------------------------------------------------------

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019