NetBSD Compile problem
Brought to you by:
joohn,
roshansingh
I am trying to install Opendchub-0.7.14 on my /i386
computer
after ./configure i try the command "make" and get the
following errormsg:
dcc -g -c commands.c
commands.c In function 'ballow':
commands.c:2477 'O_RDONLY' undeclared
after this the same thing is written for F_RDLCK,
F_UNLCK. O_RDONLY.
I have no idea what this means ??!! can someone please
help me!
//David
Logged In: NO
Try gmake.
It works to me.