If you're new, perhaps you should consider putting aside the PJSIP stuff for now and becoming comfortable with the fundamentals of iPhone Development first before tackling something (seemingly) this complex.
I got works in the simulator. But when i goes to install Open SSL, there i got stuck..............
cd openssl-1.0.0a
mkdir openssl_armv6 openssl_armv7 openssl_i386
./configure BSD-generic32 --openssldir=/Users/<username>/openssl-1.0.0a/openssl_i386
make directory get successfull.
but when i run
./configure BSD-generic32 --openssldir=/Users/<username>/openssl-1.0.0a/openssl_i386
i got the error like this at the end
making links in engines...
making links in engines/ccgost...
make[2]: Nothing to be done for `links'.
making links in apps...
make[1]: Nothing to be done for `links'.
making links in test...
make[1]: Nothing to be done for `links'.
making links in tools...
make[1]: Nothing to be done for `links'.
generating dummy tests (if needed)...
make[1]: Nothing to be done for `generate'.