[Bug 1017] socklen_t test in configure fails/configure stops
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Apr 19 20:42:21 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1017
------- Additional Comments From dtucker at zip.com.au 2005-04-19 20:42 -------
I'm still not sure what's fooling configure. Can you try the compiling the
following test program with "gcc -c conftest.c" (preferably in an otherwise
empty directory)? Check for any error messages and check which files gcc creates.
int main ()
{
;
return 0;
}
You can also try adding "ac_cv_objext=.o" to the top of configure and see if
that helps. It's not a proper fix obviously but it may get it built.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list