Edward L. Knoll wrote:
Not that I have the code and should actually be commenting on this, but I suspect the issue is that the DoubleSupport source file is including both /usr/vacpp/include/cstdlib and /usr/vacpp/include/stdlib.h", or including files which are causing these to be included. It's not that there are errors in these files; the problem is that both of these files have the same function declaration. The problem is probably with the DoubleSupport source file, because of the include statements.
I don't think this is the case. I verified that DoubleSupport.hpp and DoubleSupport.cpp only include files using the C++ style (cstdlib instead of stdlib.h).
In addition, we haven't seen this problem on any other platform, or on any other version of xlC.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]