[Mono-dev] String comparison failing between C# and C

2007-11-15 Thread Dan Osawa
Hello, I'm currently testing Mono's interoperability between C# and C code, and have run into an interesting scenario. In my test case I have a C shared object that implements two functions: setString and getString. The first function, setString, simply copies the string into a local buffer.

[Mono-dev] Cross Compile for Embedded Linux PPC

2007-10-02 Thread Dan Osawa
Hello, I'm trying to build a very minimal Mono (non-gui apps) for an embedded PPC Linux system. I would like to cross compile it on my IA32 Fedora Core system, which has the cross compiler tools located under /opt/Arabella. Are there ./configure paramters that I can use to achieve this? Thanks,