This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Link errors.


Chris Williams wrote:
> net.o: In function `grab_port':
> /Genesis-1.0p24/src/net.c:228: undefined reference to `htons@4'
> /Genesis-1.0p24/src/net.c:236: undefined reference to `socket@12'
> /Genesis-1.0p24/src/net.c:243: undefined reference to `setsockopt@20'
> /Genesis-1.0p24/src/net.c:246: undefined reference to `bind@12'
> 
> What are the little @numbers at the end, and why's this happening?
> I'm including <Windows32/Sockets.h> in net.c, and I've messed around

Include <sys/socket.h> instead.

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]