www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1999/06/11/05:56:27

From: pavenis AT lanet DOT lv
Message-ID: <B0000090238@stargate.astr.lu.lv>
To: djgpp-workers AT delorie DOT com
Date: Fri, 11 Jun 1999 12:55:36 +0300
MIME-Version: 1.0
Subject: Small changes to DJGPP.ENV
X-mailer: Pegasus Mail for Win32 (v3.11)
Reply-To: djgpp-workers AT delorie DOT com

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019