| delorie.com/archives/browse.cgi | search |
| From: | "Sang-won Shin" <swshin AT soback DOT kornet21 DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: very new user needs help |
| Date: | Mon, 30 Nov 1998 05:01:05 +0900 |
| Organization: | Korea Telecom |
| Lines: | 33 |
| Message-ID: | <73sbh4$nek$1@news.kornet.nm.kr> |
| References: | <73s5i3$839$1 AT newsreader3 DOT core DOT theplanet DOT net> |
| NNTP-Posting-Host: | 210.123.18.100 |
| X-Newsreader: | Microsoft Outlook Express 4.71.1712.3 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.2106.4 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
>I've downloaded DJGPP and extracted all the files(the correct ones I think)
>to C:\DJGPP .
>Now I'm lost.
>I want to run DJGPP but I dont know how.
>Do I have to be in MSDOS mode?
>I've read FAQ but cant seem to get any further forward.
>I feel like such a lamer to have to come to a newsgroup to run a program
>but it seems the quickest way forward.
>help much appreciated.
>
>
To Run Djgpp....
1. Add this line to autoexec.bat
set path = %path%;C:\djgpp\bin
set djgpp = C:\djgpp\djgpp.env
2. Edit C:\djgpp\djgpp.env file.
DJDIR=C:/djgpp
....
+LFN=y (if U unziped packages with winzip) or n (with unzip for dos)
And then, compile programs with gcc.
for c source
gcc prog.c -o prog.exe
for cpp source
gcc prog.cpp -o prog.exe -lstdcxx
gcc prog.cc -o prog.exe -lstdcxx
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |