Hi, I am attempthing to build gsoap on AIX 5.1 but hitting problems, all of them seem to be related to missing files or incorrect versions of files, here is where I am at right now.
OS: AIX 5.1 gsoap_2.7.9 gcc.4.0.0 gmake 3.81 Now I am getting these errors during the make portion of the setup, it looks like make is having problems in the src directory. ./configure has worked for me. make all-recursive make[1]: Entering directory `/home/dirtalk/enda/gsoap-2.7' Making all in soapcpp2 make[2]: Entering directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2' make all-recursive make[3]: Entering directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2' Making all in src make[4]: Entering directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2/ src' yacc -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y make[4]: *** [soapcpp2_yacc.c] Broken pipe make[4]: Leaving directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dirtalk/enda/gsoap-2.7' make: *** [all] Error 2 Can anyone help me here? Thanks, Enda