Mail Archives: djgpp/1999/03/09/05:00:42
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.
- Raw text -