[
https://issues.apache.org/jira/browse/STDCXX-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497053
]
Martin Sebor commented on STDCXX-420:
-------------------------------------
Says who? ;-) This works:
$ echo "#include <cassert>" > t.cpp && gcc -M t.cpp
t.o: t.cpp \
/amd/packages/mdx/suse/em64t/compilers/gcc/3.3.3-43.41/include/c++/3.3.3-hammer/cassert
\
/usr/include/assert.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h
> Configuration scripts should check for standard C++ headers using g++ instead
> of gcc.
> -------------------------------------------------------------------------------------
>
> Key: STDCXX-420
> URL: https://issues.apache.org/jira/browse/STDCXX-420
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 4.1.3
> Environment: All GCC supported platforms.
> Reporter: Eric Lemings
> Fix For: 4.2
>
>
> Configuration scripts will never find standard C++ headers using gcc. g++
> should be used instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.