Re: Compiling Error

2000-03-22 Thread Ben Collins
Read the gnu libc FAQ, it contains info about why this happens, and it pretty much explains that the first example you show is not valid ANSI C. So in affect, it is a bug in the program to do that (since std{out,in,err} are not really constants, but are runtime dependant). The example you show bel

Re: Compiling Error

2000-03-22 Thread Marcus Brinkmann
On Wed, Mar 22, 2000 at 01:15:01PM +, Michal Fecanin Araujo wrote: > -- > #include > > FILE *output=stderr; > > int main() > { > fprintf(output,"Hello World\n"); > } > -- > > The proble

Re: Compiling Error

2000-03-23 Thread Peter Cordes
> Date: Wed, 22 Mar 2000 14:55:58 +0100 > From: Marcus Brinkmann <[EMAIL PROTECTED]> > To: Michal Fecanin Araujo <[EMAIL PROTECTED]> > Cc: Debian Development List > Subject: Re: Compiling Error > > On Wed, Mar 22, 2000 at 01:15:01PM +