Re: [OMPI devel] VT support for 1.5

2011-06-25 Thread Jeff Squyres
Thanks! On Jun 22, 2011, at 10:29 AM, Matthias Jurenz wrote: > The CMR #2814 fixes the problem by renaming the internal VT library > 'libutil.a' > to 'libvt_util.a' to prevent name conflicts with dependency libraries. > > I believe that's the safest way even I preferred the libtool patch. I'm

Re: [OMPI devel] VT support for 1.5

2011-06-10 Thread Jeff Squyres
On Jun 10, 2011, at 5:16 AM, Matthias Jurenz wrote: > There are different ways to fix the problem: > > 1. Apply the attached patch on ltmain.sh. > > This patch excludes the target library name from searching *.la libraries. Does your patch work for vpath builds, too? If so, isn't this

Re: [OMPI devel] VT support for 1.5

2011-06-10 Thread Matthias Jurenz
It's a Libtool issue (once again) which occurs if a previous build is re- configured without subsequent "make clean" and the LIBC developer library "libutil" is added to LIBS. The error is simple to reproduce by the following steps: 1. configure 2. make -C ompi/contrib/vt/vt/util 3. configure

Re: [OMPI devel] VT support for 1.5

2011-06-10 Thread Matthias Jurenz
It's a Libtool issue (once again) which occurs if a previous build is re- configured without subsequent "make clean" and the LIBC developer library "libutil" is added to LIBS. The error is simple to reproduce by the following steps: 1. configure 2. make -C ompi/contrib/vt/vt/util 3. configure

Re: [OMPI devel] VT support for 1.5

2011-06-07 Thread Jeff Squyres
You might want to try a new checkout, just in case there's something in there that is svn:ignored...? (yes, I'm grasping at straws here, but I'm able to build ok with a clean checkout...?) On Jun 7, 2011, at 10:38 AM, George Bosilca wrote: > My 'svn status' indicates no differences. I always

Re: [OMPI devel] VT support for 1.5

2011-06-07 Thread George Bosilca
My 'svn status' indicates no differences. I always build using a VPATH, and in this case I did remove the build directory. However, the issue persisted. george. On Jun 7, 2011, at 10:31 , Jeff Squyres wrote: > I've seen VT builds get confused sometimes. I'm not sure of the exact cause, >

Re: [OMPI devel] VT support for 1.5

2011-06-07 Thread Jeff Squyres
I've seen VT builds get confused sometimes. I'm not sure of the exact cause, but if I get a new checkout, all the problems seem to go away. I've never had the time to track it down. Can you get a clean / new checkout and see if that fixes the problem? On Jun 7, 2011, at 10:27 AM, George

[OMPI devel] VT support for 1.5

2011-06-07 Thread George Bosilca
I can't compile the 1.5 is I do not disable VT. Using the following configure line: ../ompi/configure --prefix=/home/bosilca/opt/stable/1.5/debug --enable-mpirun-prefix-by-default --with-knem=/usr/local/knem --with-mx=/usr/local/mx-1.2.11 --enable-picky --enable-debug I get: ar: