[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
Sat Oct 15 12:54:34 EST 2005


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





------- Comment #2 from dtucker at zip.com.au  2005-10-15 12:54 -------
Created an attachment (id=997)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=997&action=view)
Test fragment for LLONG_MIN and LLONG_MAX from configure.ac

Take a look in config.h and search for LLONG_MIN and LLONG_MAX.  I think that
configure is calculating the values but your printf doesn't usderstand "%lld"
format.

You can compile and run this test program to confirm.  It should produce output
something like:
Calculating LLONG_MIN and LLONG_MAX
-9223372036854775808 9223372036854775807

As a quick fix, you can calculate the values of LLONG_MIN and LLONG_MAX by hand
and edit config.h with those values.




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