Hi, I have another partition and I put files there. usually just for backups. (bec I am running out of disk space in my root partition). now I have ran out of disk space in my / and so now I am forced to run make from that new partition. however, when I try to run make from that new partition I get this error:
make -C src/ptlib/unix both ; make -C tools/asnparser both ; make[1]: Entering directory `/mnt/ext/pwlib/src/ptlib/unix' Makefile:209: /home/jhou/pwlib/make/unix.mak: No such file or directory grep: /home/jhou/pwlib/version.h: No such file or directory grep: /home/jhou/pwlib/version.h: No such file or directory grep: /home/jhou/pwlib/version.h: No such file or directory grep: /home/jhou/pwlib/version.h: No such file or directory Makefile:354: /home/jhou/pwlib/make/lib.mak: No such file or directory make[1]: *** No rule to make target `/home/jhou/pwlib/make/lib.mak'. Stop. make[1]: Leaving directory `/mnt/ext/pwlib/src/ptlib/unix' make[1]: Entering directory `/mnt/ext/pwlib/tools/asnparser' Makefile:51: /home/jhou/pwlib/make/ptlib.mak: No such file or directory make[1]: *** No rule to make target `/home/jhou/pwlib/make/ptlib.mak'. Stop. make[1]: Leaving directory `/mnt/ext/pwlib/tools/asnparser' make: *** [both] Error 2 this may have to do with symlinks but I am really not sure. also Tried to make as root but still get the same error (except for the directory /home/* it's changed to /root/pwlib/blah...