bugzilla-daemon at mindrot.org
2003-Feb-19 08:10 UTC
[Bug 499] New: progressmeter.c doesn't build (at least) on Cygwin
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.
Seemingly Similar Threads
- progressmeter.c fails to build on Cygwin
- [Bug 499] progressmeter.c doesn't build (at least) on Cygwin
- [Bug 477] New: progressmeter.c problem requires openbsd-compat/bsd-cray.h change
- [PATCH] Updated patch to Cygwin port of 2.1.1p4
- Port of OpenSSH-2.1.1p4 to Cygwin
