Mail Archives: djgpp-workers/1999/06/11/05:56:27
Hi!
Perhaps there is need for small changes in DJGPP.ENV for 2.03:
- there is no need for definition of COMPILER_PATH for gcc as
at least with egcs-1.1.2 and also upcoming gcc-2.95 gcc
already knows to search binaries in $DJDIR/bin before looking
in DOS path. Also gcc-2.95 install cpp.exe in ${prefix}/bin
which can be used to preprocess sources. Presence of both
$DJDIR/bin/cpp.exe and $DJDIR/bin in COMPILER_PATH
breaks gcc. As far as I have heard cpp is needed when
RSXNTDJ is used, so current version could give easy solution
for related problems.
Andris
PS. Perhaps also definition of $DJDIR/lib in LIBRARY_PATH and
$DJDIR/include, $DJDIR/lang/cxx in include file search path
could be considered as unnecessary (of course if we are
dropping support of gcc-2.7.2.1)
*** djgpp.env.orig Sat Feb 20 18:43:52 1999
--- djgpp.env Fri Jun 11 12:34:22 1999
***************
*** 22,28 ****
OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/i
nclude;%DJDIR%/lang/objc
[gcc]
- COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin
LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib
[info]
--- 22,27 ----
- Raw text -