|
From: Edward K. <zh...@ne...> - 2009-06-09 07:14:24
|
My OS is Solaris 10,I install valgrind-3.4.1,like follows: $./configure .... checking for gdb... /no/gdb/was/found/at/configure/time ehecking for GNU sed... sed:illegal option --version note: GNU sed is only required at build/install time configure: error: build/install requires that 'sed' is GNU sed I have installed sed,why still raise above error? Thanks --------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you. --------------------------------------------------------------------------------------------------- |
|
From: Nicholas N. <n.n...@gm...> - 2009-06-09 07:25:10
|
2009/6/9 Edward King <zh...@ne...>: > My OS is Solaris 10,I install valgrind-3.4.1,like follows: > $./configure > .... > checking for gdb... /no/gdb/was/found/at/configure/time > ehecking for GNU sed... sed:illegal option --version > note: GNU sed is only required at build/install time > configure: error: build/install requires that 'sed' is GNU sed > > I have installed sed,why still raise above error? You have bigger problems than sed -- Valgrind doesn't work on Solaris. http://www.valgrind.org/info/platforms.html Nick |
|
From: Tim P. <ec...@ec...> - 2009-06-09 07:43:39
|
On Tue, 2009-06-09 at 15:13 +0800, Edward King wrote: > I have installed sed,why still raise above error? You are sure that you installed GNU sed? Perhaps on top of another? You might want to check path/search precedence (configure stops after it finds the first one). Cheers, --Tim |
|
From: Paul F. <pa...@fr...> - 2009-06-09 08:14:27
|
Quoting Edward King <zh...@ne...>: > My OS is Solaris 10,I install valgrind-3.4.1,like follows: > $./configure > .... > checking for gdb... /no/gdb/was/found/at/configure/time > ehecking for GNU sed... sed:illegal option --version > note: GNU sed is only required at build/install time > configure: error: build/install requires that 'sed' is GNU sed > > I have installed sed,why still raise above error? Don't bother. Valgrind does not support any flavour of Solaris. A+ Paul |