I have these headers in some socket programming code that I use to fetch remote files from HTTP servers. This runs fine on both Red Hat 5.2 Intel Linux and Yellow Dog 2.2 Mac Linux.
----------------------- #include <netinet/in.h> #include <netdb.h> #include <sys/socket.h> #include <unistd.h> ---------------------- However, Darwin doesn't find these headers. 1) Are they in some place that I need to add to my path? 2) If they are not there at all, which net packages shall I download (using dselect or fink) that contain these four headers (and libs)? Thanks for your help! Carlos ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
