>> I'm experiencing the following on Solaris 11.3 (x86_64):
>>
>>   $ valgrind ./cryptest.exe
>>   valgrind: failed to start tool 'memcheck' for platform
>> 'amd64-solaris': No such file or directory
>
> Thank you for trying valgrind on Solaris!
> Please have a look at README.solaris, it explains that:
>
> Compilation
> -----------
> Please follow the generic instructions in the README file.
>
> The configure script detects a canonical host to determine which version of
> Valgrind should be built. If the system compiler by default produces 32-bit
> binaries then only a 32-bit version of Valgrind will be built. To enable
> compilation of both 64-bit and 32-bit versions on such a system, issue the
> configure script as follows:
> ./configure CC='gcc -m64' CXX='g++ -m64'

Thanks Ivo. I read README.solaris. Sorry about missing it earlier.

The kernel is 64-bit:

    $ isainfo -k
    amd64

But the machine supports both i386 and x86_64:

    $ isainfo
    amd64 i386

Is it possible to support both architectures with the same binary?

Jeff

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to