Re: -soname passed directly to the compiler

2011-02-15 Thread Ralf Wildenhues
* tom fogal wrote on Tue, Feb 15, 2011 at 06:34:44PM CET: Hi, sorry for the slow response. No worries. Ralf Wildenhues writes: Hmm, even libtool 1.5.26 should be detecting mpicc as gcc but apparently it isn't. You could look in config.log to find out why. I'd really really suggest using

-soname passed directly to the compiler

2011-02-13 Thread tom fogal
A package we're converting to the autotools is having an issue building a library; it seems to think gcc supports a -soname option. /bin/sh ../libtool --tag=CC --mode=link mpicc -I/home/tfogal/sw/include -L/home/tfogal/sw/lib -o libH5Part.la -rpath /home/tfogal/dev/install-h5part/lib

Re: -soname passed directly to the compiler

2011-02-13 Thread Ralf Wildenhues
Hello Tom, * tom fogal wrote on Sun, Feb 13, 2011 at 10:23:30PM CET: A package we're converting to the autotools is having an issue building a library; it seems to think gcc supports a -soname option. /bin/sh ../libtool --tag=CC --mode=link mpicc -I/home/tfogal/sw/include