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>
"disc.c", line 687: warning: static function called but not defined: _gen_free()
cc: acomp failed for disc.c
*** Error code 2
make: Fatal error: Command failed for target `disc.o'
Current working directory /export/home/marttij/imuroinnit/oxine-0.6/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='po src data doc'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/marttij/imuroinnit/oxine-0.6
*** Error code 1
make: Fatal error: Command failed for target `all'
# clear

I hope help.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to