I'm new to pjsip and I'm trying to complete a build of the libraries for iPhone simulator. I encounter a linker error and a compile error. The compile error is that in third-party/Port_audio/errno.h -- missing header file. I fixed this one but then in the link phase I get undefined symbols like: Undefined symbols for architecture armv7: "_Pa_GetErrorText", referenced from: _pjmedia_audiodev_strerror in libpjmedia-audiodev-arm-apple-darwin9.a(errno.o) It appears that the obj for /pjmedia/src/pjmedia-audiodev/pa_dev.c is not being included in the link phase. Platform MAC OSX 10.7.3 Normal GCC build as per the README. Has anyone successfully done the simulator build for pjsip? -- Thomas Merriewether Star2Star Communications -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120410/981b6e96/attachment.html>