c++/2593: #include <hash_map.h> fails.
leitner@fefe.de
leitner@fefe.de
Thu Apr 19 16:26:00 GMT 2001
>Number: 2593
>Category: c++
>Synopsis: #include <hash_map.h> fails.
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: rejects-legal
>Submitter-Id: net
>Arrival-Date: Thu Apr 19 16:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Felix von Leitner
>Release: 3.0 20010416 (prerelease)
>Organization:
>Environment:
System: Linux hellhound 2.4.3-ac5 #16 Fri Apr 13 17:04:13 CEST 2001 i686 unknown
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-20010320/configure --program-transform-name=s/^/e/ --prefix=/usr --enable-threads --enable-haifa --with-local-prefix=/usr/local
>Description:
#include <hash_map.h> fails with these error messages:
In file included from t.cc:28:
/usr/include/g++-v3/hash_map.h:31:32: bits/stl_hashtable.h: No such file or directory
In file included from t.cc:28:
/usr/include/g++-v3/hash_map.h:35:31: bits/stl_hash_map.h: No such file or directory
In file included from t.cc:28:
/usr/include/g++-v3/hash_map.h:38: `hash' not declared
/usr/include/g++-v3/hash_map.h:39: `hashtable' not declared
/usr/include/g++-v3/hash_map.h:40: `hash_map' not declared
/usr/include/g++-v3/hash_map.h:41: `hash_multimap' not declared
>How-To-Repeat:
$ echo "#include <hash_map.h>" > t.cc
$ g++ -c t.cc
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-bugs
mailing list