Re: [Valgrind-users] Building valgrind on solaris x86

2015-10-19 Thread Ivo Raisr
2015-10-19 23:04 GMT+02:00 Paul Floyd : > > On 19 Oct 2015, at 20:25, Matthew Wozniczka wrote: > > X86/Solaris is listed as supported @ > http://valgrind.org/info/platforms.html, so I grabbed a copy of > valgrind-3.11.0.tar.bz2 and followed the instructions @ > http://valgrind.org/docs/manual/dist

Re: [Valgrind-users] Building Valgrind on Solaris

2015-10-19 Thread Matthew Wozniczka
I was able to get it to build after moving to a solaris 11 machine, installing gcc 4.9, and playing around with some paths (mostly issues of it using make vs gmake, etc). It seems to mostly work, two things I noticed though: - C++ symbols don’t get demangled in the output, I need to ru

Re: [Valgrind-users] Building valgrind on solaris x86

2015-10-19 Thread Paul Floyd
On 19 Oct 2015, at 20:25, Matthew Wozniczka wrote: > X86/Solaris is listed as supported @ http://valgrind.org/info/platforms.html, > so I grabbed a copy of valgrind-3.11.0.tar.bz2 and followed the instructions > @ http://valgrind.org/docs/manual/dist.install.html, but I got the following > err

[Valgrind-users] Building valgrind on solaris x86

2015-10-19 Thread Matthew Wozniczka
X86/Solaris is listed as supported @ http://valgrind.org/info/platforms.html, so I grabbed a copy of valgrind-3.11.0.tar.bz2 and followed the instructions @ http://valgrind.org/docs/manual/dist.install.html, but I got the following error when running configure: $ ./configure --prefix=/home/matt

Re: [Valgrind-users] Building Valgrind on Solaris

2015-10-19 Thread Ivo Raisr
2015-10-19 20:34 GMT+02:00 Matthew Wozniczka : > X86/Solaris is listed as supported @ > http://valgrind.org/info/platforms.html, so I grabbed a copy of > valgrind-3.11.0.tar.bz2 and followed the instructions @ > http://valgrind.org/docs/manual/dist.install.html, but I got the > following error whe

[Valgrind-users] Building Valgrind on Solaris

2015-10-19 Thread Matthew Wozniczka
X86/Solaris is listed as supported @ http://valgrind.org/info/platforms.html, so I grabbed a copy of valgrind-3.11.0.tar.bz2 and followed the instructions @ http://valgrind.org/docs/manual/dist.install.html, but I got the following error when running configure: $ ./configure --prefix=/home/matt