|
From: Jonathan W. <jw...@cs...> - 2005-10-19 11:07:49
|
I'm trying to install valgrind 2.4.1 powerPC port on my Powerbook 12''. Executing uname -a: $ uname -a Darwin jonny.belkin 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc When I run the ./configure script, I get the following error. $ ./configure ... checking for a supported version of gcc... ok (powerpc-apple-darwin8- gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)) checking build system type... powerpc-apple-darwin8.2.0 checking host system type... powerpc-apple-darwin8.2.0 checking for a supported CPU... ok (powerpc) checking for a supported OS... no (darwin8.2.0) configure: error: Valgrind is operating system specific. Sorry. Please consider doing a port. What can I do to install valgrind on my system. Thank you in advance for your help. -- Jonathan Wong jw...@cs... |
|
From: Tom H. <to...@co...> - 2005-10-19 11:32:39
|
In message <6A8...@cs...>
Jonathan Wong <jw...@cs...> wrote:
> I'm trying to install valgrind 2.4.1 powerPC port on my Powerbook 12''.
That port is for linux on PPC not Darwin/MacOS.
> When I run the ./configure script, I get the following error.
>
> $ ./configure
> ...
> checking for a supported version of gcc... ok (powerpc-apple-darwin8-
> gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061))
> checking build system type... powerpc-apple-darwin8.2.0
> checking host system type... powerpc-apple-darwin8.2.0
> checking for a supported CPU... ok (powerpc)
> checking for a supported OS... no (darwin8.2.0)
> configure: error: Valgrind is operating system specific. Sorry.
> Please consider doing a port.
>
> What can I do to install valgrind on my system.
You would have to port it to Darwin I'm afraid.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Nigel H. <nj...@ba...> - 2005-10-19 11:35:45
|
On Wed, 2005-10-19 at 12:08, Jonathan Wong wrote: > I'm trying to install valgrind 2.4.1 powerPC port on my Powerbook 12''. > > Executing uname -a: > > $ uname -a > Darwin jonny.belkin 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 > 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh > powerpc > > When I run the ./configure script, I get the following error. > > $ ./configure > ... > checking for a supported version of gcc... ok (powerpc-apple-darwin8- > gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)) > checking build system type... powerpc-apple-darwin8.2.0 > checking host system type... powerpc-apple-darwin8.2.0 > checking for a supported CPU... ok (powerpc) > checking for a supported OS... no (darwin8.2.0) > configure: error: Valgrind is operating system specific. Sorry. > Please consider doing a port. > > What can I do to install valgrind on my system. Install Linux on your mac... > Thank you in advance for your help. > > -- > Jonathan Wong > jw...@cs... -Nigel |