<div dir="ltr"><div dir="ltr"><font face="tahoma" size="2">Hi,<br><br>I am facing problem when using CELT for iPad. I wonder if someone have experience with that, or someone have idea why it happened. <br><br>I was able to
compile libCelt (and lib Ogg) for iPad
(iOS 4.2) and for iPad Simulator</font></div>
<div dir="ltr"><font face="tahoma" size="2">I added those libraries to my application,
and it was successfully compiled and linked,</font></div>
<div dir="ltr"><font face="tahoma" size="2">but once the application start
it immediately crash (even if I am not using any of the CELT
functions)</font></div>
<div dir="ltr"> </div>
<div dir="ltr"><font face="tahoma" size="2">this is how the libraries were configured
... </font></div>
<div dir="ltr"> </div>
<div class="BodyFragment"><font size="2">
<div class="PlainText">#iPad - libOgg<br>./configure
--host=arm-apple-darwin10
CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1
CFLAGS="-isysroot
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk
-march=armv7 -mcpu=cortex-a8" </div>
<div class="PlainText">#libCelt - Mac<br>./configure
--host=arm-apple-darwin10
CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1
CFLAGS="-isysroot
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk
-march=armv7"
--with-ogg-libraries=/Users/uesr/Downloads/libogg-1.2.2/src/.libs
--with-ogg-includes=/Users/user/Downloads/libogg-1.2.2/include</div>
<div class="PlainText"><br>#simulator - libOgg<br>./configure
CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/i686-apple-darwin10-gcc-4.2.1
CFLAGS="-isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk"</div>
<div class="PlainText">#simulator - libCelt<br>./configure
CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/i686-apple-darwin10-gcc-4.2.1
CFLAGS="-isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk"
--with-ogg-libraries=/Users/user/Downloads/libogg-1.2.2/src/.libs
--with-ogg-includes=/Users/user/Downloads/libogg-1.2.2/include<br><br>regards,<br><br>Doron<br></div></font></div></div>