Welcome, Guest. Please login or register.

Author Topic: bsdsocket library  (Read 2420 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline siglerTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 6
    • Show all replies
bsdsocket library
« on: April 25, 2005, 09:15:08 PM »
Hello,

I'm trying to use the bsdsocket library. I managed to find some header files somewhere. In the bsdsocket.h it says:

"$Id: bsdsocket.h,v 4.3 1996/03/26 07:45:52 jraja Exp $"

I've copied enough of the files to "gg/os-include/" in the gcc installation so that I don't get any "file not found" errors.

But when I #include in my program, I get lots of prototype declaration conflicts with the file "gg/include/sys/socket.h" (Which I haven't explicitly included)

Can anyone help me on the right approach to installing the header and prototype files correctly? And I couldn't find any documentation either.

thanks,

--
Sigurd Lerstad