Hi David,

Thanks for the quick response.  What are the major road block from
making this happen?  Re-working our C++ code to build against the
Bionic library is a major undertaking to experiment with Android.
Depending on the amount of work involved, I'm wondering would it be
easier to modify the part(s) of Android that are in compatible with
GNU C/C++ library.  Could you elaborate a little more on this topic?
If this topic is covered in some previous post you point me to it?


Thanks,
Jaybird


On Nov 13, 1:27 pm, "David Turner" <[EMAIL PROTECTED]> wrote:
> no, you can't, unless you provide your executable as a static executable,
> which makes it unusable from JNI.
>
> On Thu, Nov 13, 2008 at 3:57 PM, JayBird <[EMAIL PROTECTED]> wrote:
>
> > Hi Folks,
>
> > I'm getting start with Android, so  please forgive me if someone
> > already asked this question.  I have some native code that I would
> > like to write a JNI interface for Dalvik.  However, my C++ code uses
> > RTTI, exceptions, the math library, and maybe some or components not
> > supported by Bionic.  I was wondering is it possible to build Android
> > against the GNU glibc for development?  If so, how?
>
> > Thanks in advance,
> > Jaybird
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [EMAIL PROTECTED]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to