[comp.emacs] Help with making Jove

mizo@sodium.Berkeley.EDU (Hideo Mizoguchi) (02/03/91)

Hi, I'm new to Jove. When I compiled jove on my lab's ds3100,
I got the following error. Is this known bug? Could you
help me around this? Reply me at mizo@tin.berkeley.edu

Thank you in advance.

Hideo Mizoguchi
University of California at Berkeley


rm -f nrectune.h
cmp -s nrectune.h rectune.h || (rm -f rectune.h; cp nrectune.h rectune.h)
cc -DBSD4_3 -O  -c recover.c
ccom: Error: recover.c, line 40: redeclaration of perror
      extern int		perror 		();
      --------------------------------------------
*** Error code 1
Stop