On 09/12/2009 01:55 AM, Chris Rice wrote:
> Hello, thanks for the speedy reply
>
> I entered "ls -l $(dirname $(gcc -print-libgcc-file-name))/libgcc*",
> the system returned:
> -rw-r--r-- 1 root root 3291444 Mar 16 20:30 /usr/lib/gcc/i486-linux-
> gnu/4.3.3/libgcc.a
> -rw-r--r-- 1 root root   46078 Mar 16 20:30 /usr/lib/gcc/i486-linux-
> gnu/4.3.3/libgcc_eh.a
> lrwxrwxrwx 1 root root      18 Sep  8 10:59 /usr/lib/gcc/i486-linux-
> gnu/4.3.3/libgcc_s.so ->  /lib/libgcc_s.so.1
>
> but I am still have the same problem.
>
> Chris
>
> On 12-Sep-09, at 1:40 AM, Chris Staub wrote:
>
>> On 09/12/2009 12:08 AM, Vincent DiCarlo wrote:
>>>
>>> cannot find -lgcc_eh
>>> collect2: ld returned 1 exit status
>>> make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/iconvconfig] Error 1
>>> make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1/iconv'
>>> make[1]: *** [iconv/others] Error 2
>>> make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1'
>>> make: *** [all] Error 2
>>> lfs:/mnt/lfs/sources/glibc-build$
>>
>> Looks like you're missing a symlink. Do ls" -l $(dirname $(gcc
>> -print-libgcc-file-name))/libgcc*"
>> --

Sorry, that should be "$LFS_TGT-gcc" at this point, not just "gcc". In 
other words, "ls -l $(dirname $($LFS_TGT-gcc 
-print-libgcc-file-name))/libgcc*"
-- 
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