[Bug bootstrap/8477] autoconf script chooses wrong value for gcc_gxx_include_path

2018-07-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8477 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug bootstrap/8477] autoconf script chooses wrong value for gcc_gxx_include_path

2009-06-04 Thread julians37 at gmail dot com
--- Comment #10 from julians37 at gmail dot com 2009-06-05 04:48 --- Configuring with --enable-version-specific-runtime-libs appears to be a workaround, although I'm a bit unclear on what exactly this flag does. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8477

[Bug bootstrap/8477] autoconf script chooses wrong value for gcc_gxx_include_path

2009-06-04 Thread julians37 at gmail dot com
--- Comment #9 from julians37 at gmail dot com 2009-06-05 02:26 --- This is still present in at least 4.0.4, 4.3.2 and 4.3.3. Example gcc -v output for 4.0.4 follows. $ cat helloworld.cpp #include int main() { return 0; } $ /redacted/gcc/4.0.4-build1/arch/linux-fc3/i686/bin/g++ -

[Bug bootstrap/8477] autoconf script chooses wrong value for gcc_gxx_include_path

2005-01-20 Thread ebuddington at wesleyan dot edu
--- Additional Comments From ebuddington at wesleyan dot edu 2005-01-21 00:54 --- (In reply to comment #6) > Still exist in the mainline even after configure was rewritten for autoconf > 2.57. I believe this is the same problem I see today in gcc-3.4.3. Unless I set CPLUS_INCLUDE_PATH,