Mail Archives: djgpp/1997/03/25/05:20:10
On 23 Mar 1997 10:09:59 GMT, zilym AT imap1 DOT asu DOT edu wrote:
>
> On my Linux box, running g++ -c myfile.cpp compiles the file
>without printing any messages (as long as myfile.cpp is correct). But on
>DOS/DJGPP, running gxx -c myfile.cpp always prints out:
>
>gcc.exe: -lgpp: linker input file unused since linking not done
>gcc.exe: -lstdcx: linker input file unused since linking not done
>gcc.exe: -lm: linker input file unused since linking not done
>
> How do I get gxx/gcc to shut up?
>
>---
>Ed Schlunder [BWSB/32?]
>email: edward AT earthvision DOT asu DOT edu, zilym AT aztec DOT asu DOT edu, or zilym AT asu DOT edu
>url: http://earthvision.asu.edu/~edward/
Use gcc instead of gxx when using the -c flag.
Bill Lanam
- Raw text -