Hi Paul, This still did not work, I installed soap as root but still get the "Broken pipe" from make.
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' bison -y -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 I really don't know what else to try at this stage. Enda -----Original Message----- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: 15 August 2007 05:11 To: Mannion, Enda Cc: '[email protected]' Subject: Re: Building gsoap in AIX 5.1 get make errors On Fri, 2007-08-10 at 16:32 +0100, Mannion, Enda wrote: > yacc -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y > make[4]: *** [soapcpp2_yacc.c] Broken pipe Hm. This rings a bell but I just can't remember details. I can't find anything in the archives either. Here are a couple of things to look at: 1. In order to use the -l flag on AIX you must install make with setgid privileges. I vaguely remember hearing that this can cause some problems on AIX, for some reason. Check to see if your version of GNU make is installed setgid. 2. You're not using csh as the shell for GNU make, are you (setting SHELL to csh?) That definitely won't work if you want to use parallel builds: csh does some silly things that break make's jobserver feature. -- ---------------------------------------------------------------------------- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
