Greetings,
May I ask for your assistance with compiling errors for libdv-1.0.0? The code was retrieved from the sourceforge site, and is (hopefully) to be used on NetBSD 3.0.
config.log is attached.
$ make --version
GNU Make 3.81
$ make
... [lots of successful steps, then ...] ...
/bin/ksh ../libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -g -o
dovlc dovlc.o libdv.la -lm
./.libs/libdv.so: undefined reference to `_oss_ioctl'
make[3]: *** [dovlc] Error 1
make[3]: Leaving directory `/home/tross/source/libdv-1.0.0/libdv'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/tross/source/libdv-1.0.0/libdv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tross/source/libdv-1.0.0'
make: *** [all] Error 2
I'm unable to find a solution for this problem, and would very much appreciate any help anyone might be willing to offer.
config.log