Hi Rick,

Did you ask this question somewhere else as well? I could have sworn I
replied but clearly it wasn't in response to this message so maybe I'm
misremembering or maybe I replied to someone else with a similar question?

I think what you'll want to do is to use:

-cxx -gcc_flags "-force_load ${ProjectDir}/libflite.a -lgcc_eh
-force_load ${ProjectDir}/libtestflight.a -ObjC" -nosymbolstrip -nostrip


Hope that helps,

Jeff

On Fri, Sep 30, 2011 at 6:45 PM, ric3kg <rickgr...@mac.com> wrote:

> Having trouble getting these two arguments to play nice when compiling a
> project. Any help would be much appreciated.
>
> -gcc_flags "-L${ProjectDir} -lflite -all_load" -nosymbolstrip -nostrip -cxx
> -gcc_flags " -lgcc_eh -L${ProjectDir} -ltestflight -ObjC"
>
> The lflite library was working great, then I went to add TestFlight and
> things went sideways. The solution compiles but crashes on start up with:
>
> Sep 30 15:40:18 Dev-iPhone
> UIKitApplication:com.cognitopia.scando[0x2e64][3288] <Notice>: Native
> stacktrace:
>
> Sep 30 15:40:18 Dev-iPhone
> UIKitApplication:com.cognitopia.scando[0x2e64][3288] <Notice>:  0   ScanDo
> 0x005f9770 mono_handle_native_sigsegv + 412
>
> Sep 30 15:40:18 Dev-iPhone
> UIKitApplication:com.cognitopia.scando[0x2e64][3288] <Notice>:  1   ScanDo
> 0x005c9788 mono_sigsegv_signal_handler + 360
>
> Sep 30 15:40:18 Dev-iPhone
> UIKitApplication:com.cognitopia.scando[0x2e64][3288] <Notice>:  2
> libsystem_c.dylib                   0x34f3172f _sigtramp + 42
>
> Sep 30 15:40:18 Dev-iPhone
> UIKitApplication:com.cognitopia.scando[0x2e64][3288] <Notice>:  3   ScanDo
> 0x005c93f0 mono_jit_runtime_invoke + 2800
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/Problems-with-mtouch-arguments-tp3861513p3861513.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to