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] |
Other format: | [Raw text] |
If '/opt/i686-apple-darwin9' is the configured $prefix, then the installed 'cc1plus' should be in :
/opt/i686-apple-darwin9/libexec/gcc/i686-apple-darwin9/4.0.1
and you could simply try the :
./cc1plus -v
there. This should show the built-in search paths for the C++ and C headers...
When building oneself the chosen $prefix etc. will usually be quite well thought out (yours shows some "must be different from the other installed cross-GCCs" idea, usually the $prefix is common for them all), so changing one's mind and installing elsewhere shouldn't have happened here...
The './cc1plus -v' command run in the "install" directory :
..../i686-apple-darwin9-gcc -print-search-dirs
will tell this...
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |