https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8477
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
--- 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
--- 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++ -
--- 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,