Martti Hamunen wrote:
What is the reason?
./configure is ok but make not.
It is here:
# make
make all-recursive
Making all in po
Making all in src
source='disc.c' object='disc.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -g -c disc.c
"disc.c", line 33: cannot find include file: <mntent.h>
this is /usr/include/sys/mntent.h, so change line #33 to read
#include <sys/mntent.h>
and re-try
James C. McPherson
--
Solaris kernel software engineer
Sun Microsystems
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org