[Bug 1017] socklen_t test in configure fails/configure stops
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Apr 19 18:37:15 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1017
------- Additional Comments From dtucker at zip.com.au 2005-04-19 18:37 -------
Actually it appears to come of the rails earlier than the types tests. The
sys/types.h test fails because it's looking for a file "conftest.":
> configure:6648: checking for sys/types.h
> configure:6664: gcc -c -O -D__STR31__ conftest.c >&5
> configure:6670: $? = 0
> configure:6674: test -z
> || test ! -s conftest.err
> configure:6677: $? = 0
> configure:6680: test -s conftest.
> configure:6683: $? = 1
This appears to be because configure can't figure out what the suffix of object
files is:
> checking for suffix of executables...
> checking for suffix of object files...
I can't figure out why as the config.log does not seem to match the code in
configure. Could you please unpack a fresh openssh-4.0p1 tarball, run configure
and attach that config.log?
------- 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