From: pavenis AT lanet DOT lv To: djgpp-workers AT delorie DOT com Date: Wed, 29 Mar 2000 18:09:36 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Problem with port of gcc-2.95.2 Message-ID: <38E246E0.13904.146AA92@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Seems that we have more one problem with DJGPP port of gcc-2.95.2 (all updates including not released ones): when $DJDIR/lib is not explicitly specified in LIBRARY_PATH (corresponding line removed from DJGPP.ENV) it doesn't automatically appear in library search path. I met the same problem when tried to build recent development snapshot of gcc-2.96 (not very succesfully) So it's possible I have broken something as this problem doesn't appear with binaries of port of gcc-2.95.1. So it may be one more reason to update DJGPP archives of gcc-2.95.2. (we also still have broken protoize and unprotoize, but nobody complains) Andris