File: NOTES

package info (click to toggle)
libhdf4 4.1r4-18.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 24,348 kB
  • ctags: 26,692
  • sloc: ansic: 207,307; fortran: 30,195; sh: 7,789; makefile: 7,470; cpp: 2,186; pascal: 1,407; asm: 1,027; yacc: 680; lex: 202; sed: 153
file content (15 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This distribution and Makefiles have been tested on PCDOS 3.3, PCDOS 4.01,
OS/2 1.2, OS/2 1.3, using Microsoft C 6.0 and Microsoft Fortran 5.0.

Using the msoft.mk makefile in the parent of this directory.  It will copy
the needed files from this directory.  Expect and ignore Fortran warnings
and error messages such as

 ftest.for(110) : warning F4999: NCTLEN : variable declared but not used
  ...
 ftest.for(185) : error F3606: NCAGT : formal argument VALUE : type mismatch
 ftest.for(185) : error F3607: NCAGT : formal argument VALUE : length mismatch
  ... 

fslen.asm is an assembler routine needed to help find the length of
FORTRAN character*(*) variables from a C routine they are passed into.