Hi,

I am sending you a patch to the "src/exec/dpexec/loader.c" file, so
that OpenDX is able to load C++ loadable modules on AIX.  Could you
let us know if you want to use our patch?

We want to persuade administrators at the mainframe we are using to
instal OpenDX 4.3.0 with this patch.  Could you please make comments
on the patch, if it is safe or not to apply the patch, so that I can
reference your response in my e-mail to the mainframe administrators?


Best & thanks,
Irek

59c59
< #if ibm6000 
---
> #if 0 /* ibm6000 */ 
74c74
< #if ibm6000
---
> #if 0 /* ibm6000 */
91,92c91,92
< #if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || 
defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || 
defined(macos)
< 
---
> #if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || 
> defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || 
> defined(macos) || defined(ibm6000)
>  
190c190
< #if ibm6000
---
> #if 0 /* ibm6000 */
574c574
< #if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || 
defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || 
defined(macos)
---
> #if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || 
> defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || 
> defined(macos) || defined(ibm6000)

Reply via email to