Making all the |STAT Programs
Using compiler=cc with options=-O -fwritable-strings
Installing in directory=../bin
cc -O -fwritable-strings  -c  abut.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for abut.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/abut abut.o number.o  setint.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file abut.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/abut
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  anova.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"anova.c", line 73: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(int) returning void : "/usr/include/iso/signal_iso.h", line 48
	argument : pointer to function() returning void
"anova.c", line 214: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
cc: acomp failed for anova.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/anova anova.o parseline.o number.o f.o tmpfile.o numcmp.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file anova.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/anova
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  calc.c
cc: Warning: illegal option -fwritable-strings
"calc.y", line 66: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
cc: acomp failed for calc.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  skipnumber.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for skipnumber.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/calc calc.o skipnumber.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file calc.o: cannot open file: No such file or directory
ld: fatal: file skipnumber.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/calc
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  colex.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for colex.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/colex colex.o parseline.o number.o index.o specol.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file colex.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/colex
*** Error code 1 (ignored)
cc -O -fwritable-strings -DI_DATA -c contab.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"contab.c", line 156: cannot recover from previous errors
cc: acomp failed for contab.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  fisher.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for fisher.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -DI_DATA -c mdmat.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"mdmat.c", line 55: warning: macro redefined: I_DATA
"mdmat.c", line 103: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"mdmat.c", line 143: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(int) returning void : "/usr/include/iso/signal_iso.h", line 48
	argument : pointer to function() returning void
cc: acomp failed for mdmat.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/contab contab.o number.o tmpfile.o parseline.o  chisq.o z.o  fisher.o prodlist.o primes.o numcmp.o setint.o mdmat.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file contab.o: cannot open file: No such file or directory
ld: fatal: file fisher.o: cannot open file: No such file or directory
ld: fatal: file mdmat.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/contab
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  desc.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"desc.c", line 243: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to float, pointer to float) returning int
cc: acomp failed for desc.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  setreal.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for setreal.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  getword.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"getword.c", line 28: cannot recover from previous errors
cc: acomp failed for getword.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  centile.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for centile.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/desc desc.o  f.o setreal.o number.o getword.o centile.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file desc.o: cannot open file: No such file or directory
ld: fatal: file setreal.o: cannot open file: No such file or directory
ld: fatal: file getword.o: cannot open file: No such file or directory
ld: fatal: file centile.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/desc
*** Error code 1 (ignored)
cc -O -fwritable-strings -DPTREE -c dm.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for dm.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  random.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for random.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  confirm.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for confirm.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/dm dm.o strings.o number.o random.o confirm.o skipnumber.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file dm.o: cannot open file: No such file or directory
ld: fatal: file random.o: cannot open file: No such file or directory
ld: fatal: file confirm.o: cannot open file: No such file or directory
ld: fatal: file skipnumber.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/dm
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  dprime.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for dprime.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/dprime dprime.o number.o z.o parseline.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file dprime.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/dprime
*** Error code 1 (ignored)
dprime: This program has not been rigorously tested
cc -O -fwritable-strings  -c  dsort.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"dsort.c", line 137: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to pointer to char, pointer to pointer to pointer to char) returning int
cc: acomp failed for dsort.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/dsort dsort.o  number.o parseline.o specol.o  numcmp.o readlines.o setint.o cistrcmp.o readmatrix.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file dsort.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/dsort
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  features.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for features.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/features features.o  setint.o number.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file features.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/features
*** Error code 1 (ignored)
cc -O -fwritable-strings -o ../bin/ff ff.o number.o  setint.o filter.o fls.o
cc: Warning: illegal option -fwritable-strings
cc -O -fwritable-strings  -c  fpack.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for fpack.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/fpack fpack.o filter.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file fpack.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/fpack
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  linex.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for linex.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/linex linex.o number.o  specol.o readlines.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file linex.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/linex
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  maketrix.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for maketrix.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/maketrix maketrix.o number.o getword.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file maketrix.o: cannot open file: No such file or directory
ld: fatal: file getword.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/maketrix
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  oneway.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for oneway.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  numline.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for numline.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/oneway oneway.o number.o  getword.o f.o  setint.o setreal.o numline.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file oneway.o: cannot open file: No such file or directory
ld: fatal: file getword.o: cannot open file: No such file or directory
ld: fatal: file setreal.o: cannot open file: No such file or directory
ld: fatal: file numline.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/oneway
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  pair.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for pair.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/pair pair.o  setint.o setreal.o number.o  f.o parseline.o numline.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file pair.o: cannot open file: No such file or directory
ld: fatal: file setreal.o: cannot open file: No such file or directory
ld: fatal: file numline.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/pair
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  perm.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"perm.c", line 9: warning: macro redefined: MAXCHARS
"perm.c", line 69: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 70: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 72: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 73: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 76: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 77: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 79: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 80: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 82: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
"perm.c", line 83: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to pointer to char, pointer to pointer to char) returning int
cc: acomp failed for perm.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/perm perm.o random.o number.o setint.o  readlines.o numcmp.o cistrcmp.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file perm.o: cannot open file: No such file or directory
ld: fatal: file random.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/perm
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  probdist.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for probdist.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/probdist probdist.o z.o chisq.o f.o number.o parseline.o random.o  index.o setint.o binomial.o prodlist.o primes.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file probdist.o: cannot open file: No such file or directory
ld: fatal: file random.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/probdist
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  rankind.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for rankind.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  fiveplot.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for fiveplot.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  ranksort.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for ranksort.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  ordstat.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"ordstat.c", line 53: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to float, pointer to float) returning int
cc: acomp failed for ordstat.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  chitest.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for chitest.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/rankind rankind.o getword.o centile.o  setreal.o number.o  fisher.o prodlist.o primes.o chisq.o z.o setint.o fiveplot.o  numline.o ranksort.o ordstat.o chitest.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file rankind.o: cannot open file: No such file or directory
ld: fatal: file getword.o: cannot open file: No such file or directory
ld: fatal: file centile.o: cannot open file: No such file or directory
ld: fatal: file setreal.o: cannot open file: No such file or directory
ld: fatal: file fisher.o: cannot open file: No such file or directory
ld: fatal: file fiveplot.o: cannot open file: No such file or directory
ld: fatal: file numline.o: cannot open file: No such file or directory
ld: fatal: file ranksort.o: cannot open file: No such file or directory
ld: fatal: file ordstat.o: cannot open file: No such file or directory
ld: fatal: file chitest.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/rankind
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  rankrel.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for rankrel.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  cor.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for cor.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/rankrel rankrel.o parseline.o  number.o setint.o binomial.o  centile.o prodlist.o primes.o chisq.o z.o ranksort.o ordstat.o cor.o f.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file rankrel.o: cannot open file: No such file or directory
ld: fatal: file centile.o: cannot open file: No such file or directory
ld: fatal: file ranksort.o: cannot open file: No such file or directory
ld: fatal: file ordstat.o: cannot open file: No such file or directory
ld: fatal: file cor.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/rankrel
*** Error code 1 (ignored)
cc -O -fwritable-strings -c -DRANKSORT ranksort.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for ranksort.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/ranksort ranksort.o setint.o number.o parseline.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file ranksort.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/ranksort
*** Error code 1 (ignored)
/bin/rm -f ranksort.o
cc -O -fwritable-strings  -c  regress.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for regress.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/regress regress.o parseline.o number.o f.o setint.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file regress.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/regress
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  repeat.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for repeat.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/repeat repeat.o number.o  setint.o readlines.o filter.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file repeat.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/repeat
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  reverse.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for reverse.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/reverse reverse.o  parseline.o readlines.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file reverse.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/reverse
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  series.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for series.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/series series.o number.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file series.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/series
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  stats.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for stats.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/stats stats.o number.o getword.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file stats.o: cannot open file: No such file or directory
ld: fatal: file getword.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/stats
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  transpose.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
"transpose.c", line 13: warning: macro redefined: MAXCHARS
cc: acomp failed for transpose.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/transpose transpose.o parseline.o number.o  setint.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file transpose.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/transpose
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  ts.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for ts.c
*** Error code 2 (ignored)
cc -O -fwritable-strings  -c  barplot.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for barplot.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/ts ts.o setint.o setreal.o number.o cor.o f.o barplot.o getword.o  numline.o -lm
cc: Warning: illegal option -fwritable-strings
ld: fatal: file ts.o: cannot open file: No such file or directory
ld: fatal: file setreal.o: cannot open file: No such file or directory
ld: fatal: file cor.o: cannot open file: No such file or directory
ld: fatal: file barplot.o: cannot open file: No such file or directory
ld: fatal: file getword.o: cannot open file: No such file or directory
ld: fatal: file numline.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/ts
*** Error code 1 (ignored)
cc -O -fwritable-strings  -c  validata.c
cc: Warning: illegal option -fwritable-strings
"./stdlib.h", line 1: identifier redeclared: malloc
	current : function() returning pointer to char
	previous: function(unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 105
"./stdlib.h", line 1: identifier redeclared: calloc
	current : function() returning pointer to char
	previous: function(unsigned int, unsigned int) returning pointer to void : "/usr/include/iso/stdlib_iso.h", line 98
cc: acomp failed for validata.c
*** Error code 2 (ignored)
cc -O -fwritable-strings -o ../bin/validata validata.o parseline.o number.o
cc: Warning: illegal option -fwritable-strings
ld: fatal: file validata.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to ../bin/validata
*** Error code 1 (ignored)
