This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Feedback on "LAPACK build and test guide"


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]