Posts

Showing posts with the label pcre

ObjPCRE - iPad PCRE static lib

Here is the new static lib, it has been test with my lib, ObjPCRE . libpcre-7.9 (iPad Device/Simulator) I chose 7.9 to ensure that it wouldn't break any compatibility with ObjPCRE. I will use 8.x once it has been thoroughly tested. pcre-7.9 configuration summary: Install prefix .................. : /usr/local C preprocessor .................. : /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc -E C compiler ...................... : /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc C++ preprocessor ................ : g++ -E C++ compiler .................... : g++ Linker .......................... : /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld C preprocessor flags ............ : C compiler flags ................ : -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk C++ compiler flags .............. : -O2 Linker flags .....................

Obj PCRE on iPhone

I have been having fun with my ObjPCRE framework and the iPhone SDK. Just drop the contents of this archive in your Xcode project and build. The archive contains the debug libs, for the simulator and the release builds, for iPhone. ObjPCRE iPhone Libraries If you use ObjPCRE for iPhone or anywhere else, please comment.