This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Feedback on "LAPACK build and test guide"
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: Feedback on "LAPACK build and test guide"
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com dot au>
- Date: Mon, 8 May 2000 01:08:21 -0000
- Cc: "'toon at moene dot indiv dot nluug dot nl'" <toon at moene dot indiv dot nluug dot nl>
http://gcc.gnu.org/gcc-3.0/lapack-guide.html - "LAPACK build and test guide"
looks good.
In the file make.inc I prefer "LOADER = $(FORTRAN)". It is then harder to
have different
versions as FORTRAN and LOADER.
It is possible to test an uninstalled g77 using something like
GCC_DIR = /path/to/gcc/directory
FORTRAN = $(GCC_DIR)/gcc/g77 -B$(GCC_DIR)/gcc/
-L$(GCC_DIR)/mips-sgi-irix6.5/libf2c
LOADER = $(FORTRAN)
in make.inc, with the appropriate change to -L
Could also mention disk space requirements:
uncompressed source tree is approximately 35 MB
complete build requires approximately 100 MB free
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@riotinto.com.au