|
From: Julian S. <js...@ac...> - 2005-09-27 10:33:13
|
Some details would help. What compiler are you using? What exactly does it say? J On Monday 26 September 2005 23:47, Vedire Srikanth-FSV003 wrote: > Hi All, > > I'm trying to get Valgrind 2.4.1-ppc going. When I run make I get > > The problem arises when it's compiling coregrind. There are numerous errors > about > vg_replace_malloc.c:130: '$' in identifier. This particular line is "ALLOC( > malloc, malloc);" There are numerous lines which have this error. > > I think the root problem is compiler has problems with lines like this at > 188 > return VG_INTERCEPT(soname$3Alibc$2Eso$2E6$3Amalloc)(new_size); > > > I can see that a perl script put in all those funky numbers and $ signs in > this file. But can you enlighten me why and how I can go past this error? > > Thanks in advance, > Srikanth |