Hi,

        In general, it's an iterative process.  You don't have 
sys/select.h on your machine.  Fine.  Comment it out and try your 
compile again.  This time it'll fail because those items that it 
expected to find definitions for in that header file aren't there.  So 
you'll need to find where on your system those items are defined. (In 
this case, you're going to need to find where the select(2) call is 
defined on your system, as well as the macros that are used with it.  
Your system's man pages are a good place to start your search.)  Where 
you commented out the '#include <sys/select.h>', now add in the correct 
includes for your system.  And so on...

        Repeat this process for all of the headers you don't have, 
until you don't get any errors any more.

        I don't have access to an HPUX system, so I can't help any more 
than that, sorry.


                                                Brendan
-- 
Brendan McKenna                        Email: [EMAIL PROTECTED]
Development Strategist                 Phone: +353-61-338177
Taringold Ltd.                         Fax:   +353-61-338065


Reply via email to