I want to install the package ncpfs (Version 2.2.0.1). -So I downloaded the sources (I think it was ftp.gwdg.de:/pub/linux/misc/ncpfs/ and another time the metalab-Server).
I unpacked everything to /usr/src/ncpfs/ncpfs2.2.01 and typed "make" to compile it (just how said in the readme).
But everytime it stoped at the same position:
***************************
set -e; for i in lib-static lib-static-su sutil util ipx-1.0; do make -C $i all; done
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static'
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static-su'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static-su'
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/sutil'
gcc -DSIGNATURES -DNDS_SUPPORT -DCONFIG_NATIVE_IP -DMOUNT3 -DNCPFS_VERSION=\"2.2.0.1\" -O2 -Wall -I../include -D_GNU_SOURCE -D__MAKE_SULIB__ -I../lib-static-su -o ncpmount.o -c ncpmount.c
ncpmount.c: In function `process_connection':
ncpmount.c:1261: `NR_OPEN' undeclared (first use in this function)
ncpmount.c:1261: (Each undeclared identifier is reported only once
ncpmount.c:1261: for each function it appears in.)
ncpmount.c:1296: warning: implicit declaration of function `__FD_ZERO'
ncpmount.c:1297: warning: implicit declaration of function `__FD_SET'
ncpmount.c:1303: warning: implicit declaration of function `__FD_ISSET'
make[1]: *** [ncpmount.o] Error 1
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/sutil'
make: *** [all] Error 2
***************************
that's it... what's wrong??
I've no ideas. I'm using Mandrake 8.0 and the new Kernel 2.4.9
Perhaps somebody knows what's wrong...
Thanks,
Daniel
I unpacked everything to /usr/src/ncpfs/ncpfs2.2.01 and typed "make" to compile it (just how said in the readme).
But everytime it stoped at the same position:
***************************
set -e; for i in lib-static lib-static-su sutil util ipx-1.0; do make -C $i all; done
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static'
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static-su'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static-su'
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/sutil'
gcc -DSIGNATURES -DNDS_SUPPORT -DCONFIG_NATIVE_IP -DMOUNT3 -DNCPFS_VERSION=\"2.2.0.1\" -O2 -Wall -I../include -D_GNU_SOURCE -D__MAKE_SULIB__ -I../lib-static-su -o ncpmount.o -c ncpmount.c
ncpmount.c: In function `process_connection':
ncpmount.c:1261: `NR_OPEN' undeclared (first use in this function)
ncpmount.c:1261: (Each undeclared identifier is reported only once
ncpmount.c:1261: for each function it appears in.)
ncpmount.c:1296: warning: implicit declaration of function `__FD_ZERO'
ncpmount.c:1297: warning: implicit declaration of function `__FD_SET'
ncpmount.c:1303: warning: implicit declaration of function `__FD_ISSET'
make[1]: *** [ncpmount.o] Error 1
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/sutil'
make: *** [all] Error 2
***************************
that's it... what's wrong??
I've no ideas. I'm using Mandrake 8.0 and the new Kernel 2.4.9
Perhaps somebody knows what's wrong...
Thanks,
Daniel