This is the mail archive of the gcc@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]

can't compile 4.0 here


Hi folks

If this is the right place, I would like to ask about compilation error.

I am pulling out gcc from HEAD cvs.
than mkdir ../build 
cd ../build
../gcc/configure  --enable-languages=c,c++ --prefix=/usr/local/gcc4.0 
--with-system-zlib 
(system-zlib is necessary, otherwise it doesn't even configure).
make
and I get:

make[3]: Entering directory `/home/users/gj/Projects/gcc-4.0/build/gcc'
make[3]: `32/crtend.o' is up to date.
make[3]: `32/crtbeginS.o' is up to date.
make[3]: `32/crtendS.o' is up to date.
make[3]: `32/crtbeginT.o' is up to date.
make[3]: Leaving directory `/home/users/gj/Projects/gcc-4.0/build/gcc'
/home/users/gj/Projects/gcc-4.0/build/gcc/xgcc 
-B/home/users/gj/Projects/gcc-4.0/build/gcc/ 
-B/usr/local/gcc4.0/x86_64-unknown-linux-gnu/bin/ 
-B/usr/local/gcc4.0/x86_64-unknown-linux-gnu/lib/ 
-isystem /usr/local/gcc4.0/x86_64-unknown-linux-gnu/include 
-isystem /usr/local/gcc4.0/x86_64-unknown-linux-gnu/sys-include -O2  -DIN_GCC    
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs 
-Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/32/libgcc.map -o 
libgcc_s_32.so.1.tmp  -m32 libgcc/32/_muldi3_s.o libgcc/32/_negdi2_s.o 
libgcc/32/_lshrdi3_s.o libgcc/32/_ashldi3_s.o libgcc/32/_ashrdi3_s.o 
libgcc/32/_cmpdi2_s.o libgcc/32/_ucmpdi2_s.o libgcc/32/_floatdidf_s.o 
libgcc/32/_floatdisf_s.o libgcc/32/_fixunsdfsi_s.o libgcc/32/_fixunssfsi_s.o 
libgcc/32/_fixunsdfdi_s.o libgcc/32/_fixdfdi_s.o libgcc/32/_fixunssfdi_s.o 
libgcc/32/_fixsfdi_s.o libgcc/32/_fixxfdi_s.o libgcc/32/_fixunsxfdi_s.o 
libgcc/32/_floatdixf_s.o libgcc/32/_fixunsxfsi_s.o libgcc/32/_fixtfdi_s.o 
libgcc/32/_fixunstfdi_s.o libgcc/32/_floatditf_s.o libgcc/32/_clear_cache_s.o 
libgcc/32/_enable_execute_stack_s.o libgcc/32/_trampoline_s.o 
libgcc/32/__main_s.o libgcc/32/_absvsi2_s.o libgcc/32/_absvdi2_s.o 
libgcc/32/_addvsi3_s.o libgcc/32/_addvdi3_s.o libgcc/32/_subvsi3_s.o 
libgcc/32/_subvdi3_s.o libgcc/32/_mulvsi3_s.o libgcc/32/_mulvdi3_s.o 
libgcc/32/_negvsi2_s.o libgcc/32/_negvdi2_s.o libgcc/32/_ctors_s.o 
libgcc/32/_ffssi2_s.o libgcc/32/_ffsdi2_s.o libgcc/32/_clz_s.o 
libgcc/32/_clzsi2_s.o libgcc/32/_clzdi2_s.o libgcc/32/_ctzsi2_s.o 
libgcc/32/_ctzdi2_s.o libgcc/32/_popcount_tab_s.o libgcc/32/_popcountsi2_s.o 
libgcc/32/_popcountdi2_s.o libgcc/32/_paritysi2_s.o libgcc/32/_paritydi2_s.o 
libgcc/32/_divdi3_s.o libgcc/32/_moddi3_s.o libgcc/32/_udivdi3_s.o 
libgcc/32/_umoddi3_s.o libgcc/32/_udiv_w_sdiv_s.o libgcc/32/_udivmoddi4_s.o 
libgcc/32/unwind-dw2_s.o libgcc/32/unwind-dw2-fde-glibc_s.o 
libgcc/32/unwind-sjlj_s.o libgcc/32/gthr-gnat_s.o libgcc/32/unwind-c_s.o -lc 
&& rm -f libgcc_s_32.so && if [ -f libgcc_s_32.so.1 ]; then mv -f 
libgcc_s_32.so.1 libgcc_s_32.so.1.backup; else true; fi && mv 
libgcc_s_32.so.1.tmp libgcc_s_32.so.1 && ln -s libgcc_s_32.so.1 
libgcc_s_32.so
/usr/bin/ld: crti.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s_32.so] Error 1
make[2]: Leaving directory `/home/users/gj/Projects/gcc-4.0/build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/users/gj/Projects/gcc-4.0/build/gcc'
make: *** [all-gcc] Error 2



-- 
Vercetti


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