On Wed, 2006-08-23 at 15:29 +0200, Ralf Wildenhues wrote:
> Automake has some support for preprocessed Fortran 77. Could you try
> whether that is sufficient for you, and if not, please describe what is
> missing (I am trying to whip up Fortran support a bit at the moment...)?
> Please see the Au
* Steve Edwards wrote on Wed, Aug 23, 2006 at 02:40:19PM CEST:
> On Wed, 2006-08-23 at 14:04 +0200, Ralf Wildenhues wrote:
> > * Steve Edwards wrote on Wed, Aug 23, 2006 at 01:54:56PM CEST:
> >
> > This looks like there are some manual overrides in the Makefile.am file.
> > Could you show a small
Hello Ralf,
On Wed, 2006-08-23 at 14:04 +0200, Ralf Wildenhues wrote:
> Hello Steve,
>
> * Steve Edwards wrote on Wed, Aug 23, 2006 at 01:54:56PM CEST:
> > The configure stage works fine:
> >
> > CC=/opt/ansic/bin/cc F77=fort77 ./configure
>
> Please use
>./configure CC=/opt/ansic/bin/cc F7
Hello Steve,
* Steve Edwards wrote on Wed, Aug 23, 2006 at 01:54:56PM CEST:
>
> I'm using libtool version 1.5.22 within a GNU autotools framework. I've
> just been trying to build a library on hppa2.0-hp-hpux10.20 containing
> source files in both Fortran and C and using the HP /opt/ansic/bin/cc
Hi,
I'm using libtool version 1.5.22 within a GNU autotools framework. I've
just been trying to build a library on hppa2.0-hp-hpux10.20 containing
source files in both Fortran and C and using the HP /opt/ansic/bin/cc
and /opt/fortran/bin/fort77 compilers
The configure stage works fine:
CC=/opt/a