[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: snprintf for HP_UX
On Thu, 08 Oct 1998 17:13:44 CDT, Sid Takkella wrote:
>I am compiling tclcl under HP-UX B.10.20. Tcl.cc has calls to "snprintf( )". and i cant locate the header file for that function. I am not sure if it is supported under HP_UX. If someone has compiled ns for HP_UX, please help.
configure checks for snprintf in the current version and defines
HAVE_SNPRINTF in the Makefiel if it finds it. Can you determine why
configure got the wrong answer?
The work-around is to remove HAVE_SNPRINTF by hand.
-John Heidemann