$ tar xvfz sftp-0.9.6.tar.gz $ cd sftp-0.9.6 $ ./configure $ make $ su # make install # exit |
$ make gcc -g -O2 -I. -I. -DSFTPSERV_PATH='"sftpserv"' -c sftp.c -o sftp.o sftp.c: In function `do_close': sftp.c:556: `SHUT_WR' undeclared (first use this function) sftp.c:556: (Each undeclared identifier is reported only once sftp.c:556: for each function it appears in.) make: *** [sftp.o] Error 1 |
(snip) #ifdef _MIT_POSIX_THREADS #include |