RE: Using xerces-c on AIX

2004-07-20 Thread Nathan Codding
the IBM linker) when using C++ code, this just seemed like the path of least resistance. :) -Nathan -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:55 PM To: [EMAIL PROTECTED] Subject: Re: Using xerces-c on AIX On Mon, 2004-07-19

Re: Using xerces-c on AIX

2004-07-19 Thread Simon Kitching
On Mon, 2004-07-19 at 23:31, David Cargill wrote: > For you link problem, the build for AIX assumes you are using xlC. So when > you specify a compiler of gcc/g++ it still uses xlC for the link. You > would need to override the Makefile.incl in /src/xercesc to test the > compiler and then point

Re: Using xerces-c on AIX

2004-07-19 Thread David Cargill
AM Subject Re: Using xerces-c on AIX Please respond to

Re: Using xerces-c on AIX

2004-07-18 Thread Simon Kitching
On Mon, 2004-07-19 at 14:36, Simon Kitching wrote: > Hi, > > I have built an app using xerces-c as a shared lib on Linux. I'm now > trying to get it running on AIX 5.1. > > Issue 1: > > The binary download of xerces-c for AIX appears to have static libs > (.a), but no shared libs (.so). Is this

Using xerces-c on AIX

2004-07-18 Thread Simon Kitching
Hi, I have built an app using xerces-c as a shared lib on Linux. I'm now trying to get it running on AIX 5.1. Issue 1: The binary download of xerces-c for AIX appears to have static libs (.a), but no shared libs (.so). Is this deliberate, and if so, what is the reason? Issue 2: When I try to