v2gnu/em1934*.zip
GNU Emacs. This is the preferred text editor for many hard-core Unix programmers. You can also invoke the compiler or make from within, as well as read the online documentation and play games. You'll need to install all these zips; read the emacs.README first.
GNU的EMACS,(略,这就不需要翻了。)
v2gnu/gdb416b.zip
The GNU debugger. This is an extremely powerful full symbolic debugger, but you'd best read the docs before trying to use it.
GNU的调试器
v2gnu/bsh1147b.zip
BASH(再著名不过的UNIX的SHELL,也不想翻译了)
Ports of Unix programs
v2tk/sw21_dj2.zip
v2tk/sw21_doc.zip
v2tk/sw21_p1.zip
v2tk/sw21_p2.zip
C++ GUI提供了NeXT-like界面
源程序
所有的ZIP包都包含了子包,结尾是S的就是源文件包。
v2/djlsr201.zip
DJGPP的C库源文件包。(学习的好教程)
v2/djtst201.zip
Sources for programs that are used to test the C library; not general purpose test programs but they to demostrate much of the functionality.
一些测试C库的源文件包,不是通常意义上的测试,却是很好的EXAMPLE文件.
This is the README.1ST file for DJGPP Version 2.03
本文件是DJGPP V2.03的README.1ST文件的中文版
(This is the README.1ST file for DJGPP Version 2.03 in Chinese Edition)
本文件由LEMONHALL于2003年7月翻译并加目录
电子邮件是lemonhall@vip.sina.com
QQ号是313813. 欢迎来信指正错误。
Copyright@1989-1999 DJ Delorie All rights reserved
Chinese (in simplified character only) translation rights
arranged with DJ Delorie
************************************************************************
* This file contains information on obtaining, installing, and using *
* 本文件包含怎样获得,安装,使用DJGPP的信息,请先仔细、完整地阅读后 *
* DJGPP. Please read it *completely* before asking for help. *
* 再提出问题。 *
************************************************************************
v2/
unzip32 免费的解压ZIP文件的工具(就像PKUNZIP)
djdev203 DJGPP V2的开发包和运行时需要的动态连接库
djlsr203 DJGPP V2的基本库的源代码
djtst203 DJGPP V2的测试用程序(仅用来测试C函数库)
djcrx203 DJGPP V2的DOS编译器支持文件包
djtzn203 DJGPP V2的时区文件
djtzs203 DJGPP V2的时区源代码
faq*b 全部的FAQ列表(使用各种格式书写,Info, ASCII, HTML...)
faq*s The Texinfo sources of the FAQ and tools to generate all the
different formats of the FAQ
frfaq* 法语的DJGPP FAQ
v2apps/
(各种协同或为DJGPP工作的程序的集合,像RHIDE,TeX)
v2gnu/
(与多种FSF/GNU程序工作的接口,如gcc和binutils)
v2tk/
(各种开发工具,开发库,如Allegro和libsocket)
v2misc/
csdpmi* CWSDPMI, Charles Sandmann的免费DPMI服务程序和说明文件
mlp* ML的可执行文件打包器
pmode* PMODE stub for djgpp V2
wmemu* WM的可选的387仿真器
(还有很多为DJGPP准备杂项工具)
确切的数字取决于你安装了多少物理内存,有多少硬盘空间和DPMI服务
程序的能力。 但是,如果go32-v2报告的两项空间加起来少于4MB,请阅读
FAQ列表的3.9节。"How to configure your system for DJGPP"(怎样为
DJGPP配置你的系统)(如果想在已经大于8MB的情况下优化运行
,那么你同样也可以参阅这一部分FAQ)
比如,你想要查找有关输出的错误信息"ld.exe: cannot open -lstdcxx: No such
file or directory"的确切意思。那么,启动Info系统,键入`i'并输入`c a n TAB'
(没有那些空格)。第一次键入的TAB键,只是将can变成Can,但这说明存在以Can
开头的索引项,于是再次键入TAB键,显示出很多可能的条目。不要激动,在输出的
以Can开头的索引列表中没有一个是你需要的。所以,只有删除单词Can,然后尝试
键入'-lstd'并按Tab补足,现在Info只列出一个条目,恰巧,那正是你所需要的资料
最后,键入回车键,仔细阅读FAQ有关那条错误信息的描述吧。