Here are the errors from the make log. I've done the configure stuff in the
make files and pbmplus.h as far as I can tell. Compiling with gcc V2.7.2
{ ... Stuff deleted ...}
gcc -O -I.. -c libpbm1.c
In file included from pbm.h:7,
from libpbm1.c:13:
../pbmplus.h:125: conflicting types for `write'
/usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/include/unistd.h:86:
previous decl
aration of `write'
In file included from ../pbmplus.h:137,
from pbm.h:7,
from libpbm1.c:13:
/usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/include/stdlib.h:250:
conflicting
types for `srandom'
../pbmplus.h:109: previous declaration of `srandom'
/usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/include/stdlib.h:253:
conflicting
types for `random'
../pbmplus.h:110: previous declaration of `random'
*** Exit 1
Stop.
*** Exit 1
Stop.
Thanks if you can help.
+---------------------------------------------------------------------+
| John Miller | Internet Mail - John.Miller_at_jcu.edu.au |
| Computer Centre |
| James Cook University of North Queensland | Phone: +61 77 815447 |
| Townsville, 4811, AUSTRALIA | Fax: +61 77 815230 |
+---------------------------------------------------------------------+
Received on Wed May 08 1996 - 14:31:39 NZST