This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
wordexp() in rssh under CygWin?
- From: "Kevin Calman" <kcalman at us dot ibm dot com>
- To: cygwin at cygwin dot com
- Date: Wed, 6 Aug 2003 12:23:15 -0400
- Subject: wordexp() in rssh under CygWin?
- Organization: IBM PPS Build
I am trying to compile rssh (http://www.pizzashack.org/rssh/) for CygWin,
but it is failing in ./configure with:
> checking for strerror... yes
> checking for wordexp... no
> configure: error:
> rssh needs wordexp() to compile, but it's not available on your system.
> Please notify code at pizzashack dot org.
> Thanks.
The application's porting notes
(http://www.pizzashack.org/rssh/platforms.shtml) indicate a dependance on
wordexp(), and that an implementation may be extracted from glibc2 and
compile & linked by hand.
Where could I find the source for this, and has anyone else done so for
this or some other reason? Thanks.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/