On Fri, Jul 22, 2011 at 2:53 PM, Heintz, Aleksander <[email protected]>wrote:

> Hi, I'm having trouble compiling my application using MonoTouch when trying
> to link in a static library, i get the "Id: symbol(s) not found" error. -
> http://pastie.org/2255209
> Is there anyone who might help me with this issue?
> I've spent about an hour or two googeling now, and I still can't figure it
> out. I read that using g++ to link should fix this, and in mt to add -cxx to
> the gcc-args to make this happen, but that didn't help.
>

Ideally MD would use g++ as the linker given you said somewhere you're
linking c++ code. Did you try to explicitly link gcc_s? I suppose passing
"-lgcc_s.1" to gcc_args should fix it for now.

Cheers,
Rodrigo Kumpera
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to