Mail Archives: djgpp-workers/1998/11/29/08:12:03
Comments on the latest beta:
1) src/utils/gxx.c:
How about renaming this to gpp.c, to avoid name confusion with the
one from gppNNNb.zip?
How about adding empty libgpp.a and libstdcxx.a to djdev, so that
users could compile with gxx (gpp) as well without getting error
messages?
2) Suggested changes to info/dir.txi and djgpp.env attached.
*** info/dir.t~0 Sun Nov 15 13:59:50 1998
--- info/dir.txi Sat Nov 28 17:42:48 1998
***************
*** 89,95 ****
From lgpNNNb.zip
* iostream: (iostream).
! The C++ input/output facility. (in libiostream.a)
* libgpp.a: (libgplus).
The g++ class library.
--- 89,95 ----
From lgpNNNb.zip
* iostream: (iostream).
! The C++ input/output facility (in libstdcxx.a or libiostream.a).
* libgpp.a: (libgplus).
The g++ class library.
***************
*** 194,199 ****
--- 194,203 ----
* GDB: (gdb).
The GNU Debugger.
+ * Grep: (grep).
+ Print lines matching patterns.
+
+
* Gzip: (gzip).
The GNU file compressor.
***************
*** 211,216 ****
--- 215,223 ----
* Make: (make).
Automatically build programs from Makefiles.
+ * Sed: (sed).
+ A Stream EDitor.
+
* Shell utilities: (sh-utils). GNU shell utilities.
Printing text
* echo: (sh-utils)echo invocation. Print a line of text.
***************
*** 341,351 ****
* Kpathsea: (kpathsea). File lookup along search paths.
* kpsewhich: (kpathsea)Invoking kpsewhich. TeX file searching.
! * MakeTeXMF: (kpathsea)MakeTeX scripts. MF source generation.
! * MakeTeXPK: (kpathsea)MakeTeX scripts. PK bitmap generation.
! * MakeTeXTeX: (kpathsea)MakeTeX scripts. TeX source generation.
! * MakeTeXTFM: (kpathsea)MakeTeX scripts. TeX font metric generation.
! * MakeTeXls-R: (kpathsea)Filename database. Update ls-R.
RHIDE
--- 348,357 ----
* Kpathsea: (kpathsea). File lookup along search paths.
* kpsewhich: (kpathsea)Invoking kpsewhich. TeX file searching.
! * mktexmf: (kpathsea)mktex scripts. MF source generation.
! * mktexpk: (kpathsea)mktex scripts. PK bitmap generation.
! * mktextex: (kpathsea)mktex scripts. TeX source generation.
! * mktextfm: (kpathsea)mktex scripts. TeX font metric generation.
! * mktexlsr: (kpathsea)Filename database. Update ls-R database.
RHIDE
*** djgpp.e~0 Tue Oct 27 20:59:20 1998
--- djgpp.env Sat Nov 28 17:50:14 1998
***************
*** 5,10 ****
--- 5,11 ----
DJDIR=%:/>DJGPP%
+USER=dosuser
+ +GROUP=root
+TMPDIR=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=y
***************
*** 57,62 ****
--- 58,69 ----
[enscript]
ENSCRIPT_LIBRARY=%DJDIR%/share/enscript
+ [bash]
+ PATH=%/>PATH%
+
+ [sh]
+ PATH=%/>PATH%
+
[groff]
+GROFF_TMAC_PATH=.;%DJDIR%/share/groff/tmac
+GROFF_TYPESETTER=ascii
- Raw text -