Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 30 Mar 2001 11:07:18 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: 1.1.x/sunrpc 4.0/rpcgen: cpp not found bugfix (for Suhaib ?) Message-ID: <20010330110718.C12883@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3AC4A7CA DOT FD08DA8A AT salomon DOT at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <3AC4A7CA.FD08DA8A@salomon.at>; from michael.haubenwallner@salomon.at on Fri, Mar 30, 2001 at 05:35:38PM +0200 Would it not make sense to contact the author of this code rather than sending email here? cgf On Fri, Mar 30, 2001 at 05:35:38PM +0200, Michael Haubenwallner wrote: >There is a bug in the rpcgen from sunrpc 4.0 for 1.1.x i downloaded >from http://www.inspirepharm.com/whatif/sunrpc-4.0-cygwin.tar.bz2 >got there through http://siddiqi.webjump.com/ > >The problem is that rpcgen does call the cpp using execl(). >On emx/cygwin/mingw the macro CPP is "cpp", not "/usr/bin/cpp" and >so execlp() is needed. > >Rpcdev/src/rpcgen/rpc_main.c >188c188 >< execl(CPP, CPP, CPPFLAGS, define, infile, NULL); >--- >> execlp(CPP, CPP, CPPFLAGS, define, infile, NULL); > > >Another bug is in the rpcgen/Makefile, there is just a space missing: >(and, -r is not needed with rm here) > >Rpcdev/src/rpcgen/Makefile >17c17 >< rm -rf*.o >--- >> rm -f *.o > > >thanks, > haubi > >-- >Want to unsubscribe from this list? >Check out: http://cygwin.com/ml/#unsubscribe-simple -- cgf AT cygnus DOT com Red Hat, Inc. http://sources.redhat.com/ http://www.redhat.com/ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple