On Sat, Feb 18, 2012 at 11:59 AM, Matthias Jurenz
wrote:
> Does that mean that the workaround I suggested (extra linkage of -lz) is not
> needed anymore?
It is needed for SVN checkout until it is migrated to the same libtool
as 1.7 tarball.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j*/
Does that mean that the workaround I suggested (extra linkage of -lz) is not
needed anymore?
Matthias
On Friday 17 February 2012 16:15:16 Dmitri Gribenko wrote:
> Hi Jeff,
>
> On Fri, Feb 17, 2012 at 1:14 PM, Jeff Squyres wrote:
> > Are you compiling a nightly 1.7/trunk tarball, or an SVN chec
Hi Jeff,
On Fri, Feb 17, 2012 at 1:14 PM, Jeff Squyres wrote:
> Are you compiling a nightly 1.7/trunk tarball, or an SVN checkout where you
> ran autogen.pl?
I was compiling an SVN checkout.
> The 1.7 nightly tarballs are built with the latest Libtool (2.4.2). If that
> isn't doing the Right
Are you compiling a nightly 1.7/trunk tarball, or an SVN checkout where you ran
autogen.pl?
It strikes me that if binutils-gold is different enough, then Libtool must have
been updated to match it.
The 1.7 nightly tarballs are built with the latest Libtool (2.4.2). If that
isn't doing the Rig
Actually, Libtool evaluates the dependencies of libotf.la where -lz should
appear:
$ cat otflib/libotf.la | grep dependency_libs
# Linker flags that can not go in dependency_libs.
dependency_libs=' -lz'
In base of that Libtool should add -lz to the linker command line, or not?
However, adding
On Wed, Feb 15, 2012 at 8:08 PM, Jeff Squyres wrote:
> What is "gold"? Can you send all the information listed here (e.g., I don't
> know what version of Open MPI you're reporting about):
gold is the new binutils linker.
OS: Debian sid amd64 with g++-4.6, binutils-gold packages installed
OpenM
What is "gold"? Can you send all the information listed here (e.g., I don't
know what version of Open MPI you're reporting about):
http://www.open-mpi.org/community/help/
If VT is a problem, you can specify --disable-vt on OMPI's configure command
line (assuming this is OMPI 1.5.x).
On F
Hi,
I've found that otfcompress doesn't build with gold:
make[3]: Entering directory
`/home/storage_3/grib/ompi-build/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress'
/bin/sh ../../libtool --tag=CC --mode=link clang -O3 -DNDEBUG
-finline-functions -fno-strict-aliasing -pthread
-I/home/storage