|
From: Deepak G. <dg...@gm...> - 2008-06-25 03:39:52
|
Hi, I am trying to install the valgrind latest version 3. on my linux machine but the compilation is aborted with the following message: Clearmake –C ../VEX CC="gcc" AR="ar" pub/libvex_guest_offsets.h Clearmake: Error: Unrecognized compatibility directive ../VEX I have tried to configure with command ./configure –without-vex but it did not help. Is something that I am missing? Please suggest. Thanks and Regards Deepak |
|
From: Bart V. A. <bar...@gm...> - 2008-06-25 05:50:53
|
On Wed, Jun 25, 2008 at 5:39 AM, Deepak Gunjal <dg...@gm...> wrote: > I am trying to install the valgrind latest version 3. on my linux machine but the compilation is aborted with the following message: > > Clearmake –C ../VEX CC="gcc" AR="ar" pub/libvex_guest_offsets.h > > Clearmake: Error: Unrecognized compatibility directive ../VEX Did you already try to build the Valgrind source code with GNU make instead of Clearmake ? Bart. |
|
From: Bart V. A. <bar...@gm...> - 2008-06-25 07:09:26
|
On Wed, Jun 25, 2008 at 9:04 AM, Deepak Gunjal <dg...@gm...> wrote: > How can i choose this option to use GNU make instead of clearmake as i > can not see any command line option to select GNU make. Most likely Clearmake got invoked because the environment variable MAKE of your shell points to Clearmake. Unsetting that environment variable should help. The syntax for bash is as follows: unset MAKE export MAKE Bart. |
|
From: Bart V. A. <bar...@gm...> - 2008-06-26 07:18:07
|
On Wed, Jun 25, 2008 at 12:05 PM, Deepak Gunjal <dg...@gm...> wrote: > There is one problem again that is coming out on the command line > while using the option --tool=memcheck, > > newSuperBlock's request for 65536 bytes failed. > > Any workarround to avoid such errors? The above line is only a small part of the message printed by Valgrind before it stopped. Can you post the whole message ? Bart. |