Hi, Not a major issue but I am cross-compiling PJSIP 2.0.1 and I want to remove the "unknown" labels in the many filenames and directories created during "make dep" and "make". I am using: ./configure --host=arm-linux This enables arm-linux-gcc compiler to be used instead of gcc and seems to compile and link ok when I run "make dep" and then "make". For example, some final built application names are currently: pjsua-arm-unknown-linux-gnu (would prefer pjsua-arm-linux-gnu) pjsystest-arm-unknown-linux-gnu (would prefer pjsystest-arm-linux-gnu) As I said above, just a minor issue, as I can obviously rename them manually but is there some ./configure option that I can use to remove the "unknown" labels. With ./configure I tried adding --target=arm-linux-gnu and --build=arm-linux-gnu but these seemed to have no effect. Best Regards Tom Paasuke -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120711/25f23576/attachment.html>