On Wed, 17 Apr 2002, Joerg Schilling wrote: > >From: Norbert Preining <[EMAIL PROTECTED]> > > >On Mit, 17 Apr 2002, Anssi Saari wrote: > >> - fprintf(stderr, "\nUse %s -help\n"); > >> + fprintf(stderr, "\nUse %s -help\n", program_name); > > >Well, if it runs correctly on solaris, isn't solaris broken ;-) > > Neither this statement is correct, nor the quoting! > > It runs perfectly on a Sparc system! < READ THIS > > > > Sparc has just a more robust argument passing scheme.
You mean it makes up a better nonsense value than Intel systems? Compiling on Linux with -Wall, you are told about this, of course, as well as a raft of other dubious programming issues. Add -ansi and -pedantic to find out how clean the code really is. Hint: use the script command or redirect error output to a file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

