Hi, I am successfully using libxml2 on Unix and Windows 7, and trying to use it on zOs. If I understand well the way it works I have to download the source and use configure and make commands to compile/link on the USS partition
of my zOs server (version 1.13)… I first tried with libxml 2.9.3. The configure part runs well but in make I have the following error: make: Makefile: line 1530: Warning -- FSUM9433 Duplicate entry [triostr.c] in prerequisite list make: Makefile: line 1530: Warning -- FSUM9433 Duplicate entry [trio.c] in prerequisite list make: Makefile: line 1530: Warning -- FSUM9433 Duplicate entry [testThreadsWin32.c] in prerequisite list make: Error -- FSUM8229 Incomplete rule recipe group detected (command launched ./configure --prefix=<my home dir> --disable-static --with-history --with-python=<python install dir> && make) I put some ‘echo’ in the generated Makefile but got none displayed !!! I then tried the 2.9.4 version but this time I have tons of line like this
./configure: FSUM9225 no memory: EDC5132I Not enough memory The configure step fails now… I am doing it the right way (I mean using compile/make on USS partition) ? If so what am I doing wrong ? Thanks for any help / suggestions Michaut Stéphane |