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]

warnings i can't get rid off


i am using gcc-2.95.2 on solaris 2.5.1. i use the -B option to specify the
directory
where to find the linker and assembler (because the native solaris ones have
problems)
everything works great, except i get two warnings i can't get rid off
when compiling an object file with g++ -c i ALWAYS get
cpp: -lang-c++: linker input file unused since linking not done
and when linking
i ALWAYS get
g++.real: file path prefix `.../bin/' never used
but if i take out out the -B option i get horrible linking errors.
does anyone know of a way to get rid of these two warnings?
			emerson


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