中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-14 23:12
47,812 topics / 349,917 posts / today 0 new / 48,268 members
DOS开发编程 & 发展交流 (开发室) » Does anyone know the download addresses of Watcom C/C++ and DJGPP?
Printable Version  21,744 / 5
Floor1 dafengqixi Posted 2010-05-20 11:28
初级用户 Posts 17 Credits 54
I am currently in urgent need of Watcom C/C++ and DJGPP, which run under the DOS environment, not Open Watcom. Does anyone know where I can download them? Thank you everyone.
Floor2 stockghost Posted 2010-05-20 21:00
中级用户 Posts 105 Credits 215
Under Google, it's everywhere.
Floor3 dafengqixi Posted 2010-05-21 17:31
初级用户 Posts 17 Credits 54
Boss, I've been looking for it for several days, but there isnadi't find it
Floor4 ecurb2006 Posted 2010-05-22 01:51
中级用户 Posts 123 Credits 272
http://www.ecgui.com/html/ecgui/35.html
There is a DJGPP compiler download

Using DJGPP is sufficient, and there is no need to use Watcom apparently~
Floor5 atak Posted 2010-10-25 11:51
新手上路 Posts 7 Credits 16
Floor6 yanghao Posted 2020-12-25 23:39
初级用户 Posts 53 Credits 74 From 安徽六安
open-watcom: https://sourceforge.net/projects/openwatcom/files/
djgpp: http://www.delorie.com/pub/djgpp/
That's about it.

An online found DJGPP configuration tutorial:
-------------------------------------------------------------------------------------
To use DJGPP, you first need to download several files.
Download address: ftp://ftp.simtel.net
Directory: /pub/simtelnet/gnu/djgpp

Files to download:

(Required program files)
V2/djdev203.zip
V2GNU/bnu213b.zip
V2GNU/gcc32b.zip
V2GNU/gdb521b.zip
V2GNU/gpp32b.zip
V2GNU/grep24b.zip
V2GNU/mak3791b.zip
V2MISC/csdpmi5b.zip

(Optional documentation)
V2/djdoc203.zip
V2/faq230b.zip
V2GNU/gdb521d.zip
V2GNU/bnu213d.zip
V2GNU/grep24d.zip
V2GNU/mak3791d.zip

(Additional programs and documentation)
V2GNU/ind225b.zip
V2GNU/ind225d.zip
V2GNU/lss374b.zip
V2GNU/txi42b.zip
V2GNU/gzip13b.zip
V2GNU/gzip13d.zip
V2MISC/pmode12b.zip
V2TK/mss12.zip
V2APPS/man13b.zip
V2GNU/bsh204b.zip
V2GNU/bsh204d.zip
V2GNU/cvs19b.zip
V2GNU/dif28b.zip
V2GNU/fil41b.zip
V2GNU/fil41d.zip
V2GNU/find41b.zip
V2GNU/find41d.zip

If you are using broadband, you can download all the files in the /pub/simtelnet/gnu/djgpp directory (keep the directory structure).

Installation method:

1. Create a directory, the name can be DJGPP (no more than 8 characters)
2. Then use the following command to unzip the file

c:
cd /djgpp
pkunzip -n -d d:/download/v2/djdev.zip

All files need to be unzipped like this.

Note: You cannot use Winzip to unzip.


3. Then set the environment variable DJGPP

set djgpp=c:/djgpp/djgpp.env

If installed in other locations, just change it.


4. Open c:/djgpp/djgpp.env with EditPlus or UltraEdit and modify the following content

+LFN=y

Change to

+LFN=n

(Usually on line 11)
Note: After modification, you can't use long filenames in DJGPP programs because DJGPP's long filename support is a bit problematic, and there's no need for long filename support under DOS anyway.


Compilation method: After creating the file, use the following command to compile:

gpp -o hello.exe hello.cpp

-------------------------------------------------------------------------------

The download address in the above tutorial seems to be unavailable.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023