|
From: Vishwanath N. <vn...@ro...> - 2005-03-31 01:09:09
|
I see the an error regarding idbvars.sh during the make install step(Error message below). What am I doing wrong here ? Note that the steps 1 and 2 below suceeded 1. ./configure prefix=/location/to/install 2. make 3. make install (Failed) At the end of step 3 I don't see the valgrind binary under '/location/to/install/bin' directory. Appreciate any help. Thanks, V test -z "/home/vnukal/tools/valgrind-2.4.0/include/valgrind/x86" || mkdir -p -- . "/home/vnukal/tools/valgrind-2.4.0/include/valgrind/x86" /usr/local/packages/idb_remote/8.1-5-20040922/bin/install -c -m 644 'tool_arch.h' '/home/vnukal/tools/valgrind-2.4.0/include/valgrind/x86/tool_arch.h' cp: cannot stat `idbvars.csh': No such file or directory chmod: failed to get attributes of `idbvars.csh': No such file or directory sed: can't read idbvars.csh~: No such file or directory cp: cannot stat `idbvars.sh': No such file or directory chmod: failed to get attributes of `idbvars.sh': No such file or directory sed: can't read idbvars.sh~: No such file or directory Done. You may find it helpful to "source" idbvars.sh (or .csh) now - and from within your login script. __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ |
|
From: Jeremy F. <je...@go...> - 2005-03-31 01:17:26
|
Vishwanath Nukal wrote:
>/usr/local/packages/idb_remote/8.1-5-20040922/bin/install
>-c -m 644 'tool_arch.h'
>
Er, what's /usr/local/packages/idb_remote/8.1-5-20040922/bin/install?
It certainly doesn't seem to be /usr/bin/install.
J
|