|
From: WAROQUIERS P. <phi...@eu...> - 2011-11-11 15:37:28
|
># . /valgrind --leak-check=yes testapp >.: Can't open /valgrind ># ./valgrind --leak-check=yes testapp >./valgrind: not found ># . valgrind --leak-check=yes testapp >/system/bin/valgrind: 1: Syntax error: word unexpected (expecting ")") ># valgrind --leak-check=yes ./system/bin/testapp >valgrind: not found I suggest you try with absolute paths both for valgrind and the testapp. E.g. assuming valgrind is in the directory /somewhere/where/you/find/valgrind and your testapp is in the directory /theplace/where/you/find/testapp type: /somewhere/where/you/find/valgrind --leak-check=yes /theplace/where/you/find/testapp This should avoid PATH problems. Philippe ____ This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful. Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL, unless it is confirmed by appropriately signed hard copy. Any views expressed in this message are those of the sender. |