Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

utklyf

macrumors newbie
Original poster
Dec 12, 2009
6
0
Hi, I am new developer of iphone SDK. I am currently trying to complie the iphone app 'Irdesktop' on my i-mac.

I got the compiling through all files. But there is one last linking error:

HTML:
ld: library not found for -lcrypto_armv6

Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 
failed with exit code 1


Would you please tell me how to fix it? Thanks a lot
 
That error message indicates that a library file named libcrypto_armv6.x is missing. The x is probably .a or .dylib.

I don't see any library file with that name in my iPhoneOS SDK folders so I guess it is meant to be built by the developer from source code that you download from the internet. Maybe there are some instructions in the project that you downloaded about this.

If the missing library was meant to be built as a dylib that wouldn't be allowed by the SDK agreement so I'll assume that it's meant to be built as a .a static library.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.