Re: Fix linking from only convenience archives with gfortran on Darwin.

2010-10-14 Thread Ralf Wildenhues
Hi Peter,

thanks for the quick feedback!

* Peter O'Gorman wrote on Thu, Oct 14, 2010 at 10:49:00PM CEST:
 On 10/14/2010 02:27 PM, Ralf Wildenhues wrote:
 
 The following patch should fix this.  Paul, any chance you could try out
 the patch on your system?  OK to add your nameemail to THANKS?
 
 OK to commit?  (I do have access to a darwin system, but no gfortran
 installed there, so I cannot test this.)

 With this patch, and make check TESTS= TESTSUITEFLAGS=-k
 convenience, I get:
 ...
  33: C convenience archives  ok
  34: C++ convenience archivesok
  35: F77 convenience archivesok
  36: FC convenience archives ok

Do these last two fail without the patch tho?
If not, which gfortran version do you have, and what is
  ./libtool --tag=FC --config
?

Thanks,
Ralf



Re: Fix linking from only convenience archives with gfortran on Darwin.

2010-10-14 Thread Peter O'Gorman

On 10/14/2010 04:19 PM, Ralf Wildenhues wrote:

Hi Peter,

thanks for the quick feedback!

* Peter O'Gorman wrote on Thu, Oct 14, 2010 at 10:49:00PM CEST:

On 10/14/2010 02:27 PM, Ralf Wildenhues wrote:


The following patch should fix this.  Paul, any chance you could try out
the patch on your system?  OK to add your nameemail to THANKS?

OK to commit?  (I do have access to a darwin system, but no gfortran
installed there, so I cannot test this.)



With this patch, and make check TESTS= TESTSUITEFLAGS=-k
convenience, I get:
...
  33: C convenience archives  ok
  34: C++ convenience archivesok
  35: F77 convenience archivesok
  36: FC convenience archives ok


Do these last two fail without the patch tho?
If not, which gfortran version do you have, and what is
   ./libtool --tag=FC --config
?


Yes, they fail without the patch.

Peter