This is the mail archive of the gcc@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]

how to set include file directory?


I downloaded the newest libstdc++-2.90.2 and egcs-1.1.1. 

1. If I replace libstdc++ in egcs with the newer version, compilation
fails on Solaris because the compilation needs the head files that are
prohibited by the -nostdc++ option.

2. If I compile egcs-1.1.1 first, then I configure, build and install
libstdc++-2.90.2, it works, except that the
/usr/local/egcs/include/g++-v3 is not in the search directory. Seems it
is still using /usr/local/gnu/include/g++.

My question: how can put g++-v3 into its automatic search directory
for include files?

Jinsong


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