|
From: Mati S. <mat...@mo...> - 2007-04-01 12:09:10
Attachments:
smime.p7s
|
hello all, i was trying to compile valgrind with the glibc libraries embedded into the executable. sadly i have little experience in doing so and i had not succeeded. if anyone can assist me with the matter i will be most grateful. thank you all, mati. |
|
From: Julian S. <js...@ac...> - 2007-04-01 12:22:06
|
For reasons of robustness and portability Valgrind does not use glibc
at all. What functionality did you want from glibc that you cannot
get from the pub_{core,tool}_libc*.h interfaces?
J
On Sunday 01 April 2007 13:09, Mati Skiva wrote:
> hello all,
> i was trying to compile valgrind with the glibc libraries embedded into
> the executable.
> sadly i have little experience in doing so and i had not succeeded.
>
> if anyone can assist me with the matter i will be most grateful.
>
> thank you all, mati.
|
|
From: Mati S. <mat...@mo...> - 2007-04-01 12:33:48
Attachments:
smime.p7s
|
Julian Seward wrote:
>For reasons of robustness and portability Valgrind does not use glibc
>at all. What functionality did you want from glibc that you cannot
>get from the pub_{core,tool}_libc*.h interfaces?
>
>J
>
>
>On Sunday 01 April 2007 13:09, Mati Skiva wrote:
>
>
>>hello all,
>>i was trying to compile valgrind with the glibc libraries embedded into
>>the executable.
>>sadly i have little experience in doing so and i had not succeeded.
>>
>>if anyone can assist me with the matter i will be most grateful.
>>
>>thank you all, mati.
>>
>>
>
>
>
hmm, what you are saying is suprising.
as when i run valgrind on a box without glibc i get the following error
*valgrind: /lib/libc.so.6: version `GLIBC_2.3' not found*
the point is that the box i'm running on cannot have glibc installed on
it for reasons out of my control.
mati.
|
|
From: Julian S. <js...@ac...> - 2007-04-01 12:45:46
|
> hmm, what you are saying is suprising. > as when i run valgrind on a box without glibc i get the following error > *valgrind: /lib/libc.so.6: version `GLIBC_2.3' not found* Old versions of valgrind did need glibc, but versions >= 3.1.0 don't. What version are you using? J |
|
From: Mati S. <mat...@mo...> - 2007-04-01 12:51:01
Attachments:
smime.p7s
|
Julian Seward wrote: >>hmm, what you are saying is suprising. >>as when i run valgrind on a box without glibc i get the following error >>*valgrind: /lib/libc.so.6: version `GLIBC_2.3' not found* >> >> > >Old versions of valgrind did need glibc, but versions >= 3.1.0 don't. >What version are you using? > >J > > > valgrind-3.2.3, built for ppc. mati. |