gcc/libgfortran
Feng Wang 59fa6e39c6 Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog.
From-SVN: r82023
2004-05-19 10:41:38 +00:00
..
generated f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
intrinsics re PR libfortran/15149 (problem computing Pi) 2004-05-14 12:21:22 +00:00
io re PR libfortran/15235 (libgfortran doesn't build on Solaris 10) 2004-05-18 18:06:09 +02:00
m4 f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
runtime re PR libfortran/15149 (problem computing Pi) 2004-05-14 12:21:22 +00:00
AUTHORS
COPYING
ChangeLog Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog. 2004-05-19 10:41:38 +00:00
INSTALL
Makefile.am f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
Makefile.in f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
NEWS
README
acinclude.m4
aclocal.m4 Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
config.h.in
configure Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
configure.in
fmain.c
libgfortran.h re PR libfortran/15235 (libgfortran doesn't build on Solaris 10) 2004-05-18 18:06:09 +02:00

README

This is the GNU Fortran 95 Runtime library (libgfortran).
It is intended to be compiled as part of GCC.

Programs must be linked with "-lgfortran -lm". The 'gfortran' driver does this
automatically.

You'll need to apply gcc_config.patch to your top level GCC source directory.
This tells the the GCC configure system about libgfor. This patch can confuse
patch as it contains a filename with a '-' in it. use "patch -p1" to avoid this
problem.

For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net

Paul Brook <paul@nowt.org>