Hello all, I am now moving onto the cross compiling to the iPod (because I have one temporarily until I get an iPhone) and am having problems with the basics env setup. I have followed both links for the pjproject-1.5.5 cross compile: http://code.google.com/p/siphon/wiki/CompilationForiPhoneOS2_X http://www.piemontewireless.net/PJSip155_and_iPhoneSDK312 Using the linked compiler arm-apple-darwin9-gcc I fail the simple compile test during the configure run and receive: ld: library not found for -lcrt1.o The GNU gcc worked for my earlier cross-compile over to the iPaq. This was modified/enhanced version based on pjproject-1.0.1 with no problems executing on the iPAQ running Angstrom's Linux: ./configure arm --host arm-linux -target xscale export CFLAGS="-mcpu=xscale" export LDFLAGS="-static -static-libgcc" make dep;make Shouldn't I be able to use gcc with the -mcpu options rather than the arm-apple-darwin9-gcc -> arm-apple-darwin9-gcc-4.2.1 ?? This is probably a MAC OS environment issue here....but any help is appreciated. Martin Woscek The MITRE Corporation mwoscek at mitre.org<mailto:mwoscek at mitre.org> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100228/144836fa/attachment.html>