Date: Tue, 9 Mar 1999 11:57:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: fred smith cc: djgpp AT delorie DOT com Subject: Re: probably a really stupid question from a newbie In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 8 Mar 1999, fred smith wrote: > : The program compiles perfectly in UNIX using this command line: > : "g++ -h test.h test.cc -o test.exe" > > : When I try compiling it with DJGPP, this error message pops up: > : "Compilation of header file requested" > > : gxx doesn't seem to recognize the "-h" option, so how would I compile this > : in DJGPP??? Which version of g++ did you use on Unix? If that version is 2.8.1 or earlier, gxx should support the same options as g++, but make sure you are using gxx.exe from gcc281b.zip, not from djdev202.zip. Note that I don't know anything about -h and whether it should be used in your case. I just know that gxx in DJGPP is the same as g++ on Unix.