From: fjh AT cs DOT mu DOT OZ DOT AU (Fergus Henderson) Subject: Re: More DLL issues 10 Mar 1998 20:42:32 -0800 Message-ID: <19980311074528.03357.cygnus.gnu-win32@murlibobo.cs.mu.OZ.AU> References: <01bd4b86$82373940$60040d8d AT ROGKOMUN> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: =?iso-8859-1?Q?Roger_Ren=E9_Kommer?= Cc: gnu-win32 AT cygnus DOT com On 09-Mar-1998, Roger René Kommer wrote: > > There is another problem with gcc: > In sources we can often found this construction: > /* dummy.c: */ > #include > 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 | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp. - 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".