This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make error in libstdc++-v3/libsupc++


This is the Makefile in .../libstdc++-v3/libsupc++.

2011/2/23, yuchape <yuchape@gmail.com>:
> Hi,
> This is the problem I encountered in the "make" stage of gcc installation.
> My system is x86_64-redhat-linux (Red Hat Linux 3.2.3-56).
> The configure command is "--prefix=/usr/local/gcc-4.5.2
> --enable-threads=posix --disable-checking --disable-multilib
> --enable-languages=c,c++,fortran --with-gmp=/usr/local/gmp-5.0.1
> --with-mpfr=/usr/local/mpfr-2.4.2 --with-mpc=/usr/local/mpc-0.8.1".
>
> Please help me.
>
>
> /data/yuchape/gcc-build/./gcc/xgcc -shared-libgcc
> -B/data/yuchape/gcc-build/./gcc -nostdinc++ -L/data/yuchape/gcc-build
> /x86_64-unknown-linux-gnu/libstdc++-v3/src
> -L/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
> -B
> /usr/local/gcc-4.5.2/x86_64-unknown-linux-gnu/bin/
> -B/usr/local/gcc-4.5.2/x86_64-unknown-linux-gnu/lib/ -isystem /usr/l
> ocal/gcc-4.5.2/x86_64-unknown-linux-gnu/include -isystem
> /usr/local/gcc-4.5.2/x86_64-unknown-linux-gnu/sys-include    -
> x c++-header -g -O2 -D_GNU_SOURCE
> -I/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknow
> n-linux-gnu
> -I/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include
> -I/data/yuchape/gcc-4.5.2/libstdc++
> -v3/libsupc++ -O2 -g
> /data/yuchape/gcc-4.5.2/libstdc++-v3/include/precompiled/extc++.h -o
> x86_64-unknown-linux-gnu/bits
> /extc++.h.gch/O2g.gch
> make[4]: warning:  Clock skew detected.  Your build may be incomplete.
> make[4]: Leaving directory
> `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include'
> Making all in libsupc++
> make[4]: Entering directory
> `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++'
> make[4]: *** Makefile: Input/output error.  Stop.
> make[4]: Leaving directory
> `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3'
> make[1]: *** [all-target-libstdc++-v3] Error 2
> make[1]: Leaving directory `/data/yuchape/gcc-build'
> make: *** [all] Error 2
>
>
>
>
> Best wishes,
> Yuchape
>


-- 
于长澎
中国地质大学(武汉)地球物理与空间信息学院
湖北省武汉市洪山区鲁磨路388号,430074

Yu Changpeng
Institute of Geophysics and Geomatics, China University of Geosciences
Wuhan City, 430074, Hubei Pro, P.R. China

Attachment: Makefile
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]