This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

g++ not finding the V3 target include dir



At least, I think it's called the target include dir.

Currently we search

    ignoring duplicate directory "/installdir/sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
     /installdir/include/g++-v3
     /installdir/sparc-sun-solaris2.8/include/
     /installdir/include
 *   /installdir/lib/gcc-lib/sparc-sun-solaris2.8/2.97/include
     /usr/include
    End of search list.

However, * now also contains its own g++-v3 dir, and the target-specific
headers in its bits dir (such as c++config.h :-) aren't being found.

I know enough about cpplib to know that I don't know enough about cpplib
yet.  Where should I be looking to fix this?


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

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