--- Comment #8 from pierre42d at 9online dot fr 2007-04-10 00:02 ---
Same problem with gcc 4.1.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28298
--- Comment #7 from pierre42d at 9online dot fr 2007-04-09 23:32 ---
Documentation says :
First, we highly recommend that GCC be built into a separate directory than the
sources which does not reside within the source tree. This is how we generally
build GCC; building where srcdir == ob
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-11-14 06:07 ---
building inside the src directory is not really supported.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from sebastian dot forsman at gmail dot com 2006-08-15
17:09 ---
Ok "fixed" with:
mkdir mybuild
cd mybuild
../gcc-4.1.1/configure --enable-threads=posix --enable-languages=c,c++,java
make bootstrap
make install
Pierre you probably tried to configure/make directly from
--- Comment #4 from sebastian dot forsman at gmail dot com 2006-08-15
15:46 ---
I have exactly the same problem (and errors) on Debian 3.0 (kernel v2.4.28)
with gcc v2.95, make v3.79.1 and glibc v2.2.5.
Used the following simple configure: './configure --enable-threads=posix
--enable-
--- Comment #3 from pierre42d at 9online dot fr 2006-07-08 14:09 ---
I didn't disable fixincludes.
What is the minimum glibc version required ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28298
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-07 16:37 ---
/usr/include/pthread.h:163: error: expected ';', ',' or ')' before '__thread'
Did you disable fixincludes? If so this is why you don't disable fixincludes
:).
If you did not, then you might be better off updating
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-07-07 11:39 ---
/usr/include/pthread.h:163: error: expected ';', ',' or ')' before '__thread'
/usr/include/pthread.h:591: error: storage class specified for parameter 'type
name'
so, whats wrong there? This is really not enough in