The attached patch fixes a prototype error in loader.c. The prototype
compiles in for platforms DX doesn't have loader logic for.
(FWIW building DX on Solaris 2.6 with gcc 2.8.1, so DX_RTL_CFLAGS should
contain -Dsolaris. It doesn't; I'll deal with that problem shortly...)
Randall
--
Randall Hopper
Visualization and Scientific Computing
Lockheed Martin Operation Support
US EPA MD/24 ERC-1A
RTP, NC 27711
Phone: (919) 541-4544
FAX: (919) 541-0056
--- /home/rhh/t/dx-4.1.0/src/exec/dpexec/ORIG/loader.c Sat Jun 5 00:00:01 1999
+++ /home/rhh/t/dx-4.1.0/src/exec/dpexec/loader.c Mon May 1 08:15:01 2000
@@ -852,7 +852,7 @@
return ERROR;
}
-Error DXUnloadObjFile(char *fname)
+Error DXUnloadObjFile(char *fname, char *envvar)
{
/* the unload routine needs the entry point address, which we
* wouldn't need to save unless this is an important function.