Re: Help compiling python

Mark C. Allman (ghost@ghost.neosoft.com)
Tue, 14 Mar 95 18:12:03 -0700

>Now, we've tried including sys/socket.h, we've tried
> many things to no avail.

> Any wise suggestions?

One suggestion: Check your socket.h file for #ifdef qualifiers
that would prevent
the symbols defined there from being included.

Compile the offending routine with a compiler switch (-E on my NeXT
using GNU cc)
to only run the c pre-processor. Check the resulting listing for
the symbol def's.

-- Mark Allman
-- Grad. Student (Non-Eq. Stat. Mech.), U. of Houston
-- ghost@ghost.neosoft.com