On 11/08/2010 10:41, Alessandro Biasci wrote: > On 11/08/2010 10:35, WAROQUIERS Philippe wrote: > >>> From: Alessandro Biasci [mailto:[email protected]] >>> >>> >> ... >> >> >>> It is possible to compile only the C test and not C++? >>> >>> >> Not that I know of. >> But you can try to cheat by either redefining a gcc hiding the >> standard gcc, and that would create a dummy .o when it compiles >> a .cpp extension or replace all .cpp files by an empty main () {}. >> I compile valgrind first on my x86 pc (with linux) with this steps:
$ ./autogen.sh $ ./configure --prefix=/home/valgrind/x86Install/ --disable-tls --enable-only32bit $ make --quiet $ make install $ make --quiet regtest This is the report: == 511 tests, 474 stderr failures, 1 stdout failure, 0 post failures == The test fails for stderr but if I execute a test (es: memcheck/tests$ ./addressable) it pass. Some helps? Thanks >> But why do you want to avoid running the C++ tests ? >> >> > Because I haven't a running C++ compiler for my platform in this moment. > Only gcc compiler works well. > >> ____ >> >> 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. >> >> > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Valgrind-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/valgrind-users > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
