Ilya Zakharevich on Tue, 18 Jun 2002 08:05:37 -0400 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: failure of 2.2.3 build on HP-UX |
On Tue, Jun 18, 2002 at 09:14:30AM +0200, Karim BELABAS wrote: > > /bin/cc -O -Aa +z config/has_getrusage.c > > cc: "config/has_getrusage.c", line 5: error 1574: Unknown size for "a". > > Which is the expected result. From that Configure should have gathered that > getrusage is not available. > > Check config/look and insert diagnostics messages in the main loop: success: /bin/cc has_getrusage.c -o hpux-hppa-tmp24111 ...Found getrusage. I checked, and the command above emits no diagnostic messages indeed. But adding -Aa makes the compilation fail. Hope this helps, Ilya