[Bug libstdc++/85145] [8/9 Regression] include_next broken icw/ --with-gxx-include-dir
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 6 19:27:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85145
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, what directories are searched if you configure g++ this way, in what order
and where is stdlib.h available?
echo '#include <cstdlib>' > test.C
g++ -v -E -o test.ii test.C
should print that kind of info (except for where stdlib.h actually is).
More information about the Gcc-bugs
mailing list