public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Crosscompiling again...
@ 1997-03-14 16:04 gwesp
  0 siblings, 0 replies; only message in thread
From: gwesp @ 1997-03-14 16:04 UTC (permalink / raw)
  To: gnu-win32

 Hi all,

Finally I have successfully installed the crosscompile toolkit on my linux
box. A few problems remain, however:
 
1) I'm including
#include <windows.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>

but none of them seems to define e.g. SO_RCVBUF. There _are_ some include
files that define it, but if I use them, I get lots of definition
conflicts for other things. (e.g. mywinsock.h, Windows32/Sockets.h).

2) cygwin32_getsockopt seems to be missing in the libraries (setsockopt 
   is there, however)

3) ANSI signal handling doesn't seem to work properly (I have installed
   a signal handler for SIGINT, and if I press ^C on my app, it
   'core dumps' (i.e. gpf in module cygwin.dll) Yes, the code works
   under Linux and Windows/VC++ ;-)

4) Can I link statically (i.e. such that the executable doesn't require 
   the rather large cygwin.dll)?

Apart from that, thanks to the developers for a great tool!

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-03-14 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-14 16:04 Crosscompiling again gwesp

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).