Lenng, Helen writes:
> 
> Trying to install on HP-UX cs01 B.11.00 U 9000/800 142434636 unlimited-user
> license.
> After doing configure --prefix=/opt/local/cvs, get this issuing make (HP's
> /usr/bin/make):
> 
> making all in lib
>         /usr/local/pa20_64/bin/gcc  -I.. -I. -I../src \
>                       -DHAVE_CONFIG_H -g -O -c mkdir.c
> mkdir.c: In function `mkdir':
> mkdir.c:42: argument `dpath' doesn't match prototype
> /usr/include/sys/stat.h:85: prototype declaration
> mkdir.c:42: argument `dmode' doesn't match prototype
> /usr/include/sys/stat.h:85: prototype declaration
> *** Error exit code 1

HP-UX has mkdir(), so you shouldn't be tring to compile that file --
something must have gone wrong during configure (perhaps your GCC is not
correctly installed).  Do "make distclean", then re-run configure and
post the output.  You might want to try using HP's C compiler rather
than GCC.

-Larry Jones

Aw Mom, you act like I'm not even wearing a bungee cord! -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to