------- Comment #5 from pinskia at gmail dot com  2010-04-20 16:38 -------
Subject: Re:  Bootstrapping GCC 4.5.0 fails with "cannot compute suffix of
object files: cannot compile"



Sent from my iPhone

On Apr 20, 2010, at 8:42 AM, "florin at iucha dot net"
<gcc-bugzi...@gcc.gnu.org 
 > wrote:

>
>
> ------- Comment #2 from florin at iucha dot net  2010-04-20 15:42  
> -------
> The 'missing' library is in fact present:
>

Yes it is present but that directory is not looked at during the  
runtime, use either LD_LIBRARY_PATH or edit /etc/ld.so.conf and run  
ldconf.


> $ ls -l /usr/local.296/lib/
> total 4260
> -rw-r--r--    1 root     root      1726470 Apr 20 15:00 libelf.a
> lrwxrwxrwx    1 root     root           16 Apr 20 15:00 libelf.so ->
> libelf.so.0.8.12
> lrwxrwxrwx    1 root     root           16 Apr 20 15:00 libelf.so.0 ->
> libelf.so.0.8.12
> -rwxr-xr-x    1 root     root       287786 Apr 20 15:00 libelf.so. 
> 0.8.12
> -rw-r--r--    1 root     root       774602 Apr 19 23:49 libgmp.a
> -rwxr-xr-x    1 root     root          921 Apr 19 23:49 libgmp.la
> lrwxrwxrwx    1 root     root           16 Apr 19 23:49 libgmp.so ->
> libgmp.so.10.0.1
> lrwxrwxrwx    1 root     root           16 Apr 19 23:49 libgmp.so.10  
> ->
> libgmp.so.10.0.1
> -rwxr-xr-x    1 root     root       417082 Apr 19 23:49 libgmp.so. 
> 10.0.1
> -rw-r--r--    1 root     root       135776 Apr 19 23:57 libmpc.a
> -rwxr-xr-x    1 root     root         1012 Apr 19 23:57 libmpc.la
> lrwxrwxrwx    1 root     root           15 Apr 19 23:57 libmpc.so ->
> libmpc.so.2.0.0
> lrwxrwxrwx    1 root     root           15 Apr 19 23:57 libmpc.so.2 ->
> libmpc.so.2.0.0
> -rwxr-xr-x    1 root     root        82707 Apr 19 23:57 libmpc.so. 
> 2.0.0
> -rw-r--r--    1 root     root       545650 Apr 19 23:55 libmpfr.a
> -rwxr-xr-x    1 root     root          989 Apr 19 23:55 libmpfr.la
> lrwxrwxrwx    1 root     root           16 Apr 19 23:55 libmpfr.so ->
> libmpfr.so.1.2.2
> lrwxrwxrwx    1 root     root           16 Apr 19 23:55 libmpfr.so.1  
> ->
> libmpfr.so.1.2.2
> -rwxr-xr-x    1 root     root       317404 Apr 19 23:55 libmpfr.so. 
> 1.2.2
> drwxr-xr-x    3 root     root         4096 Apr 20 15:00 locale
> drwxr-xr-x    2 root     root         4096 Apr 20 15:00 pkgconfig
> $ ldd /usr/local.296/lib/libmpc.so.2
>        libmpfr.so.1 => /usr/local.296/lib/libmpfr.so.1 (0x40011000)
>        libgmp.so.10 => /usr/local.296/lib/libgmp.so.10 (0x40055000)
>        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
>        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
>
> -- 
>
> florin at iucha dot net changed:
>
>           What    |Removed                     |Added
> --- 
> --- 
> ----------------------------------------------------------------------
>                 CC|                            |florin at iucha dot  
> net
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43819
>


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43819

Reply via email to