From: Ofer Corshid Newsgroups: comp.os.msdos.djgpp Subject: Unclear Error Message Date: Sun, 09 Nov 1997 18:22:52 -0800 Organization: The hebrew University of Jerusalem Lines: 13 Message-ID: <34666FFC.6916@cs.huji.ac.il> Reply-To: oferco AT cs DOT huji DOT ac DOT il NNTP-Posting-Host: dial-20-49.slip.huji.ac.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Thanking anyone who can and will answer this: When I compile my program with "make" after each outputed line whilc compiling, line such as: gxx -g -c myfile.cc I get these 3 messages: gcc.exe: -lgpp: linker input file unused since linking not done gcc.exe: -lstdcx: linker input file unused since linking ... gcc.exe: -lm: linker input file .... What does this mean? How can I avoid this? Ofer.