casseopea2 / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

configure does not detect __thread support #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. CC=gcc4 CXX=g++4 ./configure on a system with GCC 4.1.2 or later

What is the expected output? What do you see instead?

I see:
checking for __thread... no

I expect:
checking for __thread... yes

What version of the product are you using? On what operating system?

google-perftools-1.0 on CentOS 4.2 with gcc4-4.1.2-42.EL4 installed.

Please provide any additional information below.

Need to change two occurrences of __GNUC__MINOR__ (6 underscores) to
__GNUC_MINOR__ (5 underscores) in configure.ac.

Original issue reported on code.google.com by arg...@gmail.com on 3 Feb 2009 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago
Oops!  We'll fix that in the next release.  If only all bugs were so easy to 
fix...

Original comment by csilv...@gmail.com on 6 Feb 2009 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by csilv...@gmail.com on 6 Feb 2009 at 1:50

GoogleCodeExporter commented 9 years ago
This bug is in the 1.0 source release tarball from the 6th as well.

Original comment by blbl...@gmail.com on 10 Feb 2009 at 5:29

GoogleCodeExporter commented 9 years ago
This should be fixed in perftools 1.1, just released.

Original comment by csilv...@gmail.com on 11 Mar 2009 at 9:20