From: billlanam AT california DOT com (Bill Lanam) Newsgroups: comp.os.msdos.djgpp Subject: Re: gxx -c file.cpp prints out excess crap. Date: Mon, 24 Mar 1997 22:21:29 GMT Message-ID: <3336fddb.12806532@seashell.california.com> References: <5h2vhn$h62 AT news DOT asu DOT edu> NNTP-Posting-Host: 140.174.210.146 Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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