On Jun 1, 1:07 am, Brian Van Der Wagt <mathista...@gmail.com> wrote: > The reason I > ask that (excuse my ignorance, I am just started with NDK), is because > A: Octave includes Fortran code and my book about the NDK says it > supports C and C++ only
The NDK is basically a build of GCC and some android-specific libraries. GNU Fortran is an optional component of GCC, and some Fortran support libraries. So it's possible that someone determined enough could rebuild the android NDK gcc from source with configuration to include the fortran front end. They would also have to port the support libraries, which might be a little more challenging if they assume a typical libc rather than android's bionic libc. Mark's mention of the fortran-to-C translator, and the idea of asking them, may be more likely cases. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en