public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: New Question:
@ 1997-09-25 22:55 Sergey Okhapkin
  1997-09-26 11:19 ` Kermit Tensmeyer
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Okhapkin @ 1997-09-25 22:55 UTC (permalink / raw)
  To: gnu-win32, 'Kermit Tensmeyer'

Kermit Tensmeyer wrote:
>  I found the source of the library as libwsock32.a, so I added 
> -lwsock32.a. No complaints from gcc, so i assume that it found
>  the directory and the file. But it still complains that _rexec
>  and _recv are not found in the link.

Include <sys/socket.h> to your sourses. Rexec is not implemented.

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.


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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* New Question:
@ 1997-09-25 10:23 Kermit Tensmeyer
  0 siblings, 0 replies; 3+ messages in thread
From: Kermit Tensmeyer @ 1997-09-25 10:23 UTC (permalink / raw)
  To: gnu-win32

Yea, I Know,  RTFM.

What I'd like is a pointer to the right FM...

 I'm trying to get a little piece of code working..

 Works on Unix fine.

  Move code to NT, compile and link.  "it" complains about missing
 object modules. I used perl and nm to search the libraries to
 find the particular library.

 I found the source of the library as libwsock32.a, so I added 
-lwsock32.a. No complaints from gcc, so i assume that it found
 the directory and the file. But it still complains that _rexec
 and _recv are not found in the link.

 so either it's not translating the name (hardly, I think _name
 is almost universal for the gcc linkers), wrong library (maybe)
 or there is a missing include file.

  Is there a include file that matchs the functions in the 
  libwsock32.a and gives the prototypes?

  somehow I think that it would be unusual if the functions
  (parameters and returns) would match the Unix implementation
  for sock_stream and remote execution.

  Hints?  I would be glad to RTFM.

-- 
-------
  Kermit Tensmeyer    (E & T - Networking)
  Kermit@ticnet.com     Dallas
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-09-26 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-25 22:55 New Question: Sergey Okhapkin
1997-09-26 11:19 ` Kermit Tensmeyer
  -- strict thread matches above, loose matches on Subject: below --
1997-09-25 10:23 Kermit Tensmeyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).