Peter Santimauro wrote:
> ls -l /bin/gcc returns
> lrwxrwxrwx 1 root root 14 May 29 19:25 /bin/gcc -> /tools/bin/gcc
> and
> ldd /bin/gcc
> /tools/bin/ldd: line 124: /bin/gcc: No such file or directory
> 
> when under /tools/bin I ran 'ls | grep gcc' and got
> gcc
> gccbug
> i686-pc-linux-gnu-gcc
> i686-pc-linux-gnu-gcc-4.0.3
> 
> why then does it say they dont exist? is that the issue here?
> 

First, as I said before, /bin/gcc should not exist. 2nd, it appears that 
/tools/bin/gcc is probably incorrectly linked. What's the output of 
"readelf -l /tools/bin/gcc"?
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to