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]

linker error


I'm trying to port a socket-class library to CYGWIN32 and are
currently coming up with the following problems...

(1) recvmsg() sendmsg() functions/definitions -- where can I get
those to link in with the class? or can I somehow replace them?
OR what's wrong?

(2) when linking, cygwin32 doesn't link with cygwin32_getsockopt(),
however, the setsockopt() works ok and is linked:
(.text+0x24f8):sockstream.cc: undefined reference to
`cygwin32_getsockopt'
Definitions from cygwin32 is ok.
What can I do about this?

I would really appreciate help with this, since I'm pretty new to
the cygwin32 project, it's not that obvious what I can do about it.
Thanks in advance.

-Mike Hammarin
(east@i1.net)
-
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]