[Bug 499] New: progressmeter.c doesn't build (at least) on Cygwin
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Feb 19 19:10:58 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=499
Summary: progressmeter.c doesn't build (at least) on Cygwin
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: critical
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: vinschen at redhat.com
Three bugs:
- libgen.h doesn't exist on all platforms.
- basename() doesn't exist on all platforms.
- ioctl(TIOCGPGRP) doesn't exist on all platforms. This is a
reintroduced problem since there was another method used on
other platforms (calling tcgetpgrp()) when that code was
still in scp.c
The attached patch solves all three problems, the basename()
problem only for Cygwin, the other problems generally by
adding tests for libgen.h and tcgetpgrp() to configure.ac.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list