Solved advanced programming in the unix environment error.

Code:
for i in lib intro sockets advio daemons datafiles db environ  fileio filedir ipc1 ipc2 proc pty
relation signals standards  stdio termios threadctl threads printer exercises; do  (cd $i && echo "making $i" && make ) || exit 1;  done
making lib

make[1]: stopped in /usr/home/lll/Downloads/apue.3e/lib
*** Error code 1

Stop.
make: stopped in /usr/home/lll/Downloads/apue.3e

I'm trying the make the apue.3e files for this book.
 
Back
Top