由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - error while building gcc
相关主题
大家对checked exception怎么看[合集] 问个PHP+apache的问题 (转载)
g++编译了不该过的C++代码问问g++, gcc, cc之间的关系
which libs needed to enable c++ featuresvc 2008: compilation error about header file
bit count in value from 0 - 255error of create ASP.net project in Visual Studio 2013 (转载)
关于 exception 的一个问题如何GDB调试因pthread_cond_wait()阻塞的线程? (转载)
what kind of reason might cause this problem? 运行时间比较
菜鸟问题:这个C程序RUNTIME ERROR添加C++ std lib
问个autoconf的问题Cannot use my own container as the underlying container of a stack? (c++)
相关话题的讨论汇总
话题: gcc话题: gnu话题: error话题: libstd话题: i686
进入Programming版参与讨论
1 (共1页)
b********n
发帖数: 609
1
I downloaded gcc head(using svn), got errors while trying to build.
"
./configure --with-gnu-as --with-gnu-ld --verbose --with-system-zlib --
disable-nls --enable-version-specific-runtime-libs --enable-languages=c,c++
"
Error message:
"
/gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_tempbuf.h:65:29: error:
bits/stl_memory.h: No such file or directory
In file included from /gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_
algo.h:66,
from /gcc/i686-pc-linux-gnu/libstdc++
b********n
发帖数: 609
2
anybody had same problem before?

error:

【在 b********n 的大作中提到】
: I downloaded gcc head(using svn), got errors while trying to build.
: "
: ./configure --with-gnu-as --with-gnu-ld --verbose --with-system-zlib --
: disable-nls --enable-version-specific-runtime-libs --enable-languages=c,c++
: "
: Error message:
: "
: /gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_tempbuf.h:65:29: error:
: bits/stl_memory.h: No such file or directory
: In file included from /gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_

t****t
发帖数: 6806
3
你的precompiled header是不是有问题? 不用那个试试
不行就得多贴点东西了,你原来用啥,现在用啥...

error:

【在 b********n 的大作中提到】
: I downloaded gcc head(using svn), got errors while trying to build.
: "
: ./configure --with-gnu-as --with-gnu-ld --verbose --with-system-zlib --
: disable-nls --enable-version-specific-runtime-libs --enable-languages=c,c++
: "
: Error message:
: "
: /gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_tempbuf.h:65:29: error:
: bits/stl_memory.h: No such file or directory
: In file included from /gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_

b********n
发帖数: 609
4
原来用fedora自带的gcc,header啥的也都是自带的。吃饱了撑的svn了一个gcc自己bui
ld玩儿,呵呵。

【在 t****t 的大作中提到】
: 你的precompiled header是不是有问题? 不用那个试试
: 不行就得多贴点东西了,你原来用啥,现在用啥...
:
: error:

1 (共1页)
进入Programming版参与讨论
相关主题
Cannot use my own container as the underlying container of a stack? (c++)关于 exception 的一个问题
Interview question: is the following code OK?what kind of reason might cause this problem?
请各位大牛指点,感激不尽 : Python Script 关于登录 mitbbs 的问题菜鸟问题:这个C程序RUNTIME ERROR
请问一个编译时依赖的问题问个autoconf的问题
大家对checked exception怎么看[合集] 问个PHP+apache的问题 (转载)
g++编译了不该过的C++代码问问g++, gcc, cc之间的关系
which libs needed to enable c++ featuresvc 2008: compilation error about header file
bit count in value from 0 - 255error of create ASP.net project in Visual Studio 2013 (转载)
相关话题的讨论汇总
话题: gcc话题: gnu话题: error话题: libstd话题: i686