More DLL issues

Fergus Henderson fjh@cs.mu.OZ.AU
Sat Feb 28 23:38:00 GMT 1998


On 09-Mar-1998, Roger René Kommer <roger@isp.uni-kassel.de> wrote:
> 
> There is another problem with gcc:
> In sources we can often found this construction:
> /* dummy.c: */
> #include <stdio.h>
> FILE *yyin = stdin;

This is not a problem with gcc, this is a problem with those sources.

That's the trouble with writing non-portable code, of course:
sometimes it just won't port!  The solution is to fix the code.

(Actually, I suppose one could argue that this is a problem
with C, but if you want Java you know where to find it...
Java of course has problems of its own.)

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: < http://www.cs.mu.oz.au/~fjh >  |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3        |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list