From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Deno, Emerson" To: "'gcc-help@gcc.gnu.org'" Subject: warnings i can't get rid off Date: Fri, 03 Aug 2001 06:58:00 -0000 Message-id: <0132D06F0EF0D311A3E6009027BA1EA90F123679@brnyc-exch02.brnycdom.blkint.com> X-SW-Source: 2001-08/msg00035.html 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