From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10304140506.AA22072@clio.rice.edu> Subject: dlopen() etc (DXE3) To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Mon, 14 Apr 2003 00:06:48 -0500 (CDT) X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I'm putting this together to update CVS. Since the whole package is around 100Kb - it doesn't make sense to post patches. I'll put a zip file up on clio to restore/build on top of any CVS tree? There are some individual files which replace current ones and also work with the current DXE - dxe.ld, dxe.h, and the makefiles for the current directories. I was planning on just putting the new stuff in the 3 existing DXE directories - src/dxe, src/libc/dxe, tests/dxe - but the dlopen() stuff could potentially put put in a unix compatibility directory. We need to put LD_LIBRARY_PATH into DJGPP.ENV - so there will be a default (other than the current directory) to look for .DXEs.