Trying to build Perl 5.001 on OSF 2.0 got the following problem when running
the configured make file (see make output below .sig). The make got rather
far and then coughed up blood with a compile error in NDBM_File.c. Any
hints would be greatly appreciated.
Alternatively, can anyone point me to an already compiled Perl archive?
Thanks,
Marc
marc_at_interserve.com
----------------------------Make output:
cc -c -DSTANDARD_C -O2 -Olimit 2900 -I../.. NDBM_File.c
/usr/lib/cmplrs/cc/cfe: Error: NDBM_File.c, line 75: Type for rhs of assignment
expression is incompatible with lhs
RETVAL = dbm_fetch(db, key);
-------^
/usr/lib/cmplrs/cc/cfe: Error: NDBM_File.c, line 173: Type for rhs of assignment
expression is incompatible with lhs
RETVAL = dbm_firstkey(db);
-------^
/usr/lib/cmplrs/cc/cfe: Error: NDBM_File.c, line 201: Type for rhs of assignment
expression is incompatible with lhs
RETVAL = dbm_nextkey(db);
-------^
*** Exit 1
Stop.
*** Exit 1
Stop.
-----------
Marc Kenig
marc_at_interserve.com
Received on Mon Jun 19 1995 - 21:18:26 NZST