all, I use mingw on w2k. I can build version 5 of pjsip with no problem. Trying to build version 7 gives the following error: ./configure completes ok (appart from a WARNING: mswsock.h: present but cannot be compiled - also warned in V5 but was ok) make dep >>> for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \ if c:/mingw/bin/make.exe -C $dir/build dep; then \ true; \ else \ exit 1; \ fi; \ done makefile:2: /home/Lafras/pjt/build/common.mak: No such file or directory c:\mingw\bin\make.exe[1]: Entering directory `C:/msys/1.0/home/Lafras/pjt/pjlib/build' c:\mingw\bin\make.exe[1]: Leaving directory `C:/msys/1.0/home/Lafras/pjt/pjlib/build' c:\mingw\bin\make.exe[1]: *** No rule to make target `/home/Lafras/pjt/build/common.mak'. Stop. c:\mingw\bin\make.exe: *** [dep] Error 1 <<<<< then stops The file C:/msys/1.0/home/Lafras/pjt/pjlib/build/common.mak does exist although the error is missing the c:/msys/1.0 part. Please can anyone assist. Regards Lafras -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20070921/b143cae3/attachment.html