Building 1.2.2 on HP/UX 11.11

David Ellement ellement@sdd.hp.com
Mon May 5 19:16:06 2003


On 2003-05-05, Joseph Bruni wrote
> Never a dull moment with HP/UX... For some reason, autoconf did not
> correctly locate gettimeofday and flagged it as nonexistant. The build
> failed, but by modifying config.h to set the HAVE_GETTIMEOFDAY to 1,
> GPG built just fine with no other issues.

I saw the same thing (HP/UX 11.11 & gcc 3.2.2).  In config.log, the
cause is listed as "conflicting types for `gettimeofday'".  It looks
like the test program defines gettimeofday as well as includes
sys/time.h.

-- 
David Ellement