Hi, im trying to compile pjSIP in a Mac 10.6.6 , with enviroments settings CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ i686-apple-darwin10-gcc-4.2.1 DEVPATH=/Developer/Platforms/iPhoneSimulator.platform/Developer/ i create the pjlib/include/pj/config_site.h and then run ./configure-iphone ... everything runs fine but when i make it the error comes... make[2]: *** [output/pjlib-arm-apple-darwin9/activesock.o] Error 1 make[1]: *** [pjlib] Error 2 make: *** [all] Error 1 MacBook-de-Danilo-Canivel:pjproject tubadc$ echo $CC /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/i686- apple-darwin10-gcc-4.2.1 MacBook-de-Danilo-Canivel:pjproject tubadc$ echo $DEVPATH /Developer/Platforms/iPhoneSimulator.platform/Developer/ What im doing wrong? Tks