Thomas, Paul (GF-X) wrote:
Hi,
Thanks for getting back to me. The version of AIX our system currently
uses is 5.3. I see you mention its an OS limitation and that not much
can be done to resolve it.
Yes, I'm just surprised you're getting it. It may be the particular
shell you're using (Korn, BASH, etc.), or it could also be related to
one of the ulimit numbers for your account.
Are there any methods to getting around this issue? For example,
modifiying the actual Makefile and building the "libxalan-c110.0.a"
library differently...
You should be able to produce the library manually, by running the
following command in the obj directory:
makeC++SharedLib_r -p 512 -X64 -lm -lpthreads -L/usr/lib
-L/home/pthomas/xerces-c-src_2_7_0/lib -lxerces-c27 -L../lib
-lxalanMsg *.o -o ../lib/libxalan-c110.0.a
Dave