how to regenerate the files in libgfortran/io/generated ??
Paul Brook
paul@codesourcery.com
Tue Apr 27 10:18:00 GMT 2004
On Tuesday 27 April 2004 00:04, Bud Davis wrote:
> what is the magic to make this happen ?
>
> what directory do you "make" from and what is the make targets ?
You need to configure with --enable-maintainer-mode. Ideally you would just
pass this when you configured gcc, and everything would just work. However it
fell over or put things in the wrong place last time I tried with
srcdir!=objdir. I've filed a bug.
I do the following steps:
$ cd ${srcdir}/libgfortran
$ ./configure --enable-maintainer-mode
$ make
$ make distclean
You'll need and installed gfortran either in $PATH or set the GFORTRAN
environment variable.
Paul
More information about the Fortran
mailing list