Re: Fortran support in multi-language branch?

2001-06-17 Thread Alexandre Oliva
On Jun 15, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote: > One thing I'd like to see in Libtool is support for > multiple-language libraries where f90 C and C++ sources can be used > together in a single shared library. I suppose you can already do this by creating single-language convenience l

Re: Fortran support in multi-language branch?

2001-06-16 Thread Gary V . Vaughan
On Friday 15 June 2001 6:00 pm, Robert Boehne wrote: > Erik Lindahl wrote: > > Hi people, > > > > We are libtoolizing our fairly large scientific software package. > > > > Since fortran is still significantly faster than c on most architectures > > we use f77 for the innerloops and link it with c

Fortran support in multi-language branch?

2001-06-15 Thread Erik Lindahl
Hi people, We are libtoolizing our fairly large scientific software package. Since fortran is still significantly faster than c on most architectures we use f77 for the innerloops and link it with c and assembly routines. Now, both C and assembly seem to be handled nicely by the multi-language