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: g++'s include path not including the g++ includes


Aaron <aaaron@interlinx.bc.ca> wrote:

>Hello all.
>
>I have compiled gcc 2.95.2 on my Solaris 2.6 box and it would seem that
>g++ no longer looks in /usr/local/include/g++ for C++ header files.  I
>had this problem prior to 2.95.1 and then it went away when I compiled
>2.95.1 but now it's back.
>
>Any ideas why this would be?
>
>For the record, it does not seem to be looking in any path ending with
>"/g++" as it searches.


Can you post the output from "gcc -v" so we can see your search paths?

eg.

touch t.c
g++ -v t.c

jack
j-perdue@tamu.edu


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