China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-07-31 19:49
中国DOS联盟论坛 » DOS开发编程 & 发展交流 (开发室) » Does anyone know the download addresses of Watcom C/C++ and DJGPP? View 21,612 Replies 5
Original Poster Posted 2010-05-20 11:28 ·  中国 北京 联通
初级用户
Credits 54
Posts 17
Joined 2009-11-27 12:03
16-year member
UID 155470
Gender Male
Status Offline
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.
Floor 2 Posted 2010-05-20 21:00 ·  中国 海南 海口 电信
中级用户
★★
Credits 215
Posts 105
Joined 2007-06-02 22:33
19-year member
UID 90083
Gender Male
Status Offline
Under Google, it's everywhere.
Floor 3 Posted 2010-05-21 17:31 ·  中国 北京 联通
初级用户
Credits 54
Posts 17
Joined 2009-11-27 12:03
16-year member
UID 155470
Gender Male
Status Offline
Boss, I've been looking for it for several days, but there isnadi't find it
Floor 4 Posted 2010-05-22 01:51 ·  中国 辽宁 大连 联通
中级用户
★★
www.ecgui.com
Credits 272
Posts 123
Joined 2006-09-23 07:38
19-year member
UID 63446
Status Offline
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~
eCGUI-微型嵌入式GUI/ DOS/Linux/uC/OS-II/等 图形界面开发
www.ecgui.com
Floor 5 Posted 2010-10-25 11:51 ·  中国 广东 中山 电信
新手上路
Credits 16
Posts 7
Joined 2010-10-18 16:29
15-year member
UID 176067
Gender Male
Status Offline
Floor 6 Posted 2020-12-25 23:39 ·  中国 安徽 滁州 移动
初级用户
★★
Credits 72
Posts 53
Joined 2020-05-09 18:20
6-year member
UID 184005
Gender Male
From 安徽六安
Status Offline
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.
Recent Ratings for This Post ( 1 in total) Click for details
RaterScoreTime
DOSforever +8 2021-01-31 20:21
Forum Jump: