[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Oct 17 23:08:24 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1104





------- Comment #4 from dtucker at zip.com.au  2005-10-17 23:08 -------
(In reply to comment #3)
> Compiling and running the test fragment under Tru 64 4.0f produces the
> following output:
> Calculating LLONG_MIN and LLONG_MAX
> ld ld

Sounds like your compiler has long longs but snprintf in libc doesn't
understand understand them ("%lld").

> Oddly(?), compiling and running the test fragment on another box under Tru 64
> 5.1 produces the following output (as expected) [...]

5.1 would have a newer libc which would explain it.

Perhaps we could add a special case in the test for this.  Could you please run
"make survey", make sure the "survey" file doesn't contain anything you
consider sensitive then attach the file to this bug?  Hopefully there will be
suitable definitions there to special-case this without further contortions in
configure or having people hand-fixing config.h (it's not like people still
running 4.0f need extra challenges :-)




------- 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