Date: Wed, 6 Nov 1996 16:04:28 +0200 (IST) From: Eli Zaretskii To: Malolo Thebe Cc: djgpp AT delorie DOT com Subject: Re: Streambu.h In-Reply-To: <55pu12$frt@hermes.is.co.za> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 6 Nov 1996, Malolo Thebe wrote: > I have a problem with the streambu.h file. When it is compiled it > gives a string of errors. e.g The compiler complians about the > 'extern' instruction. Can someone help me about it. Please post the shortest program that reproduces the problem, the command line you give gcc to compile it, and the exact text of error messages that you get. The best way to save the output of gcc is to use the `redir' program which comes with gcc, like so: redir -o gcc.out -eo gcc -c .... (put the rest of the command line instead of the dots); then post the contenst of the file `gcc.out'.