Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
Can you check if you actually do have hash_map installed on your system 
somewhere? 
Perhaps use 'locate'.  Or else something like
   find /usr/include /usr/local/include --name hash_map

Original comment by [email protected] on 22 Mar 2007 at 5:15

from gperftools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
hash_map is part of libstdc++-devel in RHEL 4 and is found in (from RHEL 4.5's
libstdc++-devel-3.4.6-8) :

  /usr/include/c++/3.4.3/ext/hash_map

the failed test is not because hash_map is missing, but because g++ is not 
installed
as shown by config.log and the list of installed packages.

that should had been flagged earlier as a fatal error to the AC_PROG_CXX 
autoconf
macro though but the solution is to install gcc-c++ :

  up2date gcc-c++

Original comment by [email protected] on 26 May 2007 at 10:12

from gperftools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
attached an simple patch (not tested because of the missing aclocal macros in
"../autoconf") that add that test

Original comment by [email protected] on 26 May 2007 at 10:41

Attachments:

from gperftools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
I guess the question is, how far do we need to go with this kind of explicit 
checking
in the configure script.  Do we need to check that CC exists as well, and AR 
and LD
and all the rest?

I think the problem is that the hash_map configure-macro dies if it can't find a
hash_map, so it seems like the problem is with hash_map even though it's really 
more
general than that.  I've got a fix pending for the configure-death, so the 
macro will
just warn rather than fail.  After that fix is in, the configure will succeed 
(with a
warning), and then when you try to make, you'll get an error message like 'g++: 
not
found', which is pretty descriptive.

Original comment by [email protected] on 26 May 2007 at 11:00

  • Changed state: WontFix

from gperftools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.