X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 21 Mar 2002 08:56:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jason R Kuntz cc: djgpp AT delorie DOT com Subject: Re: Re: can't include iostream.h! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 20 Mar 2002, Jason R Kuntz wrote: > #include > int main() > { > return 0; > } > > i tried compiling with the -v option as Martin suggested, and i got > the exact same error messages as i had before. The -v switch is not supposed to magically cure your problems. It is supposed to show enough information to understand what is wrong with your system setup, and suggest possible solutions. If you cannot figure out the problem by looking at the output printed by the compiler when you compile with -v, post that output in its entirety here, and someone will try to help you.