Re: -soname passed directly to the compiler

2011-02-15 Thread tom fogal
Hi, sorry for the slow response. Ralf Wildenhues writes: > * 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=

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 sugges

Re: -soname passed directly to the compiler

2011-02-15 Thread tom fogal
Ralf Wildenhues writes: > * tom fogal wrote on Tue, Feb 15, 2011 at 06:34:44PM CET: > > I was still hitting issues, now with libtool trying to execute > > "X--gcc" or something like that; it seemed to be a common problem, > > from google searches, yet nobody had a concrete answer. I'm afraid > >