This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: warnings i can't get rid off


On Aug  3, 2001, "Deno, Emerson" <Emerson.Deno@blackrock.com> wrote:

> when compiling an object file with g++ -c i ALWAYS get
> cpp: -lang-c++: linker input file unused since linking not done

This means g++ is running the cpp compiler driver, instead of the
internal preprocessor.  That's the reason why the internal
preprocessor was renamed to cpp0 in GCC 3.0, and in 2.95.3 too, IIRC.

> g++.real: file path prefix `.../bin/' never used

What is g++.real?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]