in reply to Re^3: AIX compile error pp_sys.c
in thread AIX compile error pp_sys.c

Thanks, that was the problem. There's a netdb.h file in /usr/include. I included it in the code, and it now compiles.

Replies are listed 'Best First'.
Re^5: AIX compile error pp_sys.c
by pemungkah (Priest) on Jun 09, 2009 at 16:19 UTC
    This sounds like you've found both a bug and a potential fix in the AIX build process.

    If you're interested, you might want to try to see if you can integrate that into the hints file for the AIX build; the Perl5 Porters are currently in need of someone who has AIX to help solve some of the outstanding bugs there.