Yes, sorry, you are right.

This is the last part of the output when I do "./configure"

Maximum build arch: amd64
Primary build arch: amd64
Secondary build arch: x86
Build OS: linux
Primary build target: AMD64_LINUX
Secondary build target: X86_LINUX
Default supp files: exp-ptrcheck.supp xfree-3.supp xfree-4.supp
glibc-2.X-drd.supp glibc-2.34567-NPTLhelgrind.supp glibc-2.X.supp

---

When I do "make", I think everything is ok.

"
.
.
.
mkdir -p ../.in_place; \
        for f in ; do \
          rm -f ../.in_place/$f.dSYM; \
          ln -f -s ../mpi/$f.dSYM ../.in_place; \
        done
make[2]: Leaving directory `/home/allanos/valgrind/valgrind-3.5.0/mpi'
Making all in docs
make[2]: Entering directory `/home/allanos/valgrind/valgrind-3.5.0/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/allanos/valgrind/valgrind-3.5.0/docs'
make[1]: Leaving directory `/home/allanos/valgrind/valgrind-3.5.0'
"
--------

The problem is when I do the "make install"

$ make install
make  install-recursive
make[1]: Entering directory `/home/allanos/valgrind/valgrind-3.5.0'
Making install in include
make[2]: Entering directory `/home/allanos/valgrind/valgrind-3.5.0/include'
make[3]: Entering directory `/home/allanos/valgrind/valgrind-3.5.0/include'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/valgrind" || mkdir -p --
"/usr/local/include/valgrind"
mkdir: cannot create directory `/usr/local/include/valgrind': Permission
denied
make[3]: *** [install-nobase_pkgincludeHEADERS] Error 1
make[3]: Leaving directory `/home/allanos/valgrind/valgrind-3.5.0/include'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/allanos/valgrind/valgrind-3.5.0/include'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/allanos/valgrind/valgrind-3.5.0'
make: *** [install] Error 2

Any idea?

Thanks,


On Wed, May 19, 2010 at 6:03 PM, Brad Hards <[email protected]> wrote:

> On Thursday 20 May 2010 07:03:43 am Alejandro Llanos wrote:
> > I have installed in a Quadcore machine Valgrind and it's working. But
> when
> > I try in this "Intel(R) Xeon(R) CPU E5506" machine, I cannot.
> You need to provide more details.
>
> Can you not install?
>
> Can you install but not start?
>
> Can you start but it crashes or appears to otherwise behave incorrectly?
>
> What are the errors / warnings that lead you to the "cannot"?
>
> Brad
>



-- 
Alejandro Llanos Fuentes
------------------------------------------------------------------------------

_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to