Operating System - Linux
1829103 Members
2406 Online
109986 Solutions
New Discussion

Error while compiling GCC4.1.1 in AMD 64..HP DL 380

 
tamsuns
New Member

Error while compiling GCC4.1.1 in AMD 64..HP DL 380

Hi,

I am trying to compile gcc 4.1.1 in Linux AS and getting the following error.

#uname -a

Linux prod005.test.com 2.4.21-47.0.1.ELsmp #1 SMP Fri Oct 13 17:51:28 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux

Partial Error while doing make install:

#make install

/usr/bin/ld: cannot open crti.o: No such file or directory
collect2: ld returned 1 exit status
make[3]: *** [32/libgcc_s.so] Error 1
make[3]: Leaving directory `/opt/downloads/graphviz/gcc-4.1.1/host-x86_64-unknown-linux-gnu/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/opt/downloads/graphviz/gcc-4.1.1/host-x86_64-unknown-linux-gnu/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/opt/downloads/graphviz/gcc-4.1.1'


Thanks in Advance.