Hi Pavel,

On Aug 14 10:54, Pavel Fedin wrote:
>  Hello!
> 
>  I have worked around the problem with Ruby gem just by renaming 'gem' 
> script. Looks like gem is broken on Cygwin.
>  I have updated my Dropbox folder, and here is forgotten setup.hint.

Your build has a tiny problem:

  rpcgen -C -h rpcsvc/bootparam_prot.x -o rpcsvc/bootparam_prot.h
  make: rpcgen: Command not found

The Makefile apparently expects that rpcgen can be found in $PATH,
but "." is not part of $PATH by default.  Your Makefile should call
rpcgen with prefix as in "./rpcgen" to work reliably.

Care to fix this before uploading?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpJQuCgwGp5_.pgp
Description: PGP signature

Reply via email to