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
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
AM
Subject
Re: Using xerces-c on AIX
Please respond to
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
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