[question] installation of memprof

View: New views
2 Messages — Rating Filter:   Alert me  

[question] installation of memprof

by 문중희 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hello!

Installing memprof(v 0.5.1) by ./configure, I have found a message like below.

 

ject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 /usr/lib/libbfd.so -L/usr/src/build/227532-i386/BUILD/binutils-2.13.90.0.18/build-i386-redhat-linux/libiberty/pic -liberty

gcc: /usr/lib/libbfd.so: No such file or directory

make[2]: *** [memprof] 오류 1

make[2]: 나감 `/home/samba/util/memprof-0.5.1' 디렉토리

make[1]: *** [all-recursive] 오류 1

make[1]: 나감 `/home/samba/util/memprof-0.5.1' 디렉토리

make: *** [all] 오류 2

 

When I examine /usr/lib, there are only libbfd.a, libbfd.la.

My system info is linux based on x86.

If you give me an advice, Ill be very happy!

Thanks~

 


_______________________________________________
memprof-list mailing list
memprof-list@...
http://mail.gnome.org/mailman/listinfo/memprof-list

Re: [question] installation of memprof

by jsacco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

libbfd is part of the binutils distribution.

>From your message it appears that you are running some version of
Redhat. Check to see if the binutils RPM is installed:

        rpm -qa | grep binutils

If not:

        download / install the RPM


If so:

        rpm -ql binutils | grep libbfd

to see where the library is installed.

-Joseph



On Wed, 2005-07-06 at 23:01, 문중희 wrote:

> Hello!
>
> Installing memprof(v 0.5.1) by ‘./configure’, I have found a message
> like below.
>
>  
>
> ject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 /usr/lib/libbfd.so
> -L/usr/src/build/227532-i386/BUILD/binutils-2.13.90.0.18/build-i386-redhat-linux/libiberty/pic -liberty
>
> gcc: /usr/lib/libbfd.so: No such file or directory
>
> make[2]: *** [memprof] 오류 1
>
> make[2]: 나감 `/home/samba/util/memprof-0.5.1' 디렉토리
>
> make[1]: *** [all-recursive] 오류 1
>
> make[1]: 나감 `/home/samba/util/memprof-0.5.1' 디렉토리
>
> make: *** [all] 오류 2
>
>  
>
> When I examine /usr/lib, there are only libbfd.a, libbfd.la.
>
> My system info is linux based on x86.
>
> If you give me an advice, I’ll be very happy!
>
> Thanks~
>
>  
>
>
>
> ______________________________________________________________________
> _______________________________________________
> memprof-list mailing list
> memprof-list@...
> http://mail.gnome.org/mailman/listinfo/memprof-list
--
jsacco [at] ydl [dot] net

_______________________________________________
memprof-list mailing list
memprof-list@...
http://mail.gnome.org/mailman/listinfo/memprof-list