public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: 1.1.x/sunrpc 4.0/rpcgen: cpp not found bugfix (for Suhaib ?)
@ 2001-03-30 17:09 Suhaib Siddiqi
  0 siblings, 0 replies; 3+ messages in thread
From: Suhaib Siddiqi @ 2001-03-30 17:09 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'; +Cc: 'michael.haubenwallner@salomon.at'

Thanks for the fix.
I think he did try to contact but could not get through my black list.

BTW:  In future pplease send fixes against my old packages directly to me.
I am subscribed to cygwin-digest only, to cut down the volume of mail I
receive.  Therefore do not read Cygwin posts so often.

Suhaib

--------------------
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


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 1.1.x/sunrpc 4.0/rpcgen: cpp not found bugfix (for Suhaib ?)
  2001-03-30  7:38 Michael Haubenwallner
@ 2001-03-30  8:06 ` Christopher Faylor
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2001-03-30  8:06 UTC (permalink / raw)
  To: cygwin

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@cygnus.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* 1.1.x/sunrpc 4.0/rpcgen: cpp not found bugfix (for Suhaib ?)
@ 2001-03-30  7:38 Michael Haubenwallner
  2001-03-30  8:06 ` Christopher Faylor
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Haubenwallner @ 2001-03-30  7:38 UTC (permalink / raw)
  To: cygwin

Hi!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-03-30 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-30 17:09 1.1.x/sunrpc 4.0/rpcgen: cpp not found bugfix (for Suhaib ?) Suhaib Siddiqi
  -- strict thread matches above, loose matches on Subject: below --
2001-03-30  7:38 Michael Haubenwallner
2001-03-30  8:06 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).