Mail Archives: cygwin/1997/04/09/17:10:45
Hello.
Yesterday i've installed the CygWin32 GCC. My first example
--- Snip
#include <stdio.h>
#include <windows32/sockets.h>
void main()
{
struct hostend *h;
h = (struct hostent *)gethostbyname("localhost");
printf("Name: %s\n",h->h_name);
}
-- Snip
A very stupid program :) If i try to compile it, the compiler
says that there is an syntax error in sockets.h in several lines. This
lines (30-40 of them) looks like this:
int PASCAL __FOO
The compiler says the syntaxerror occurs before __FOO...
I use the normal Dosshell to run the gcc. If i compile
the wonderfull Hello-World-Program, the gcc compiles it
without any error...
What is my problem ?
Thanks for your help.
Beste regards,
Kai Szymanski.
--
email: kai AT netwave DOT de <Kai Szymanski>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -