=begin
I attempted to build "full" (not mini) ruby for Android and found the following patches were necessary.
More backslashes to AL_SEPARATOR in Makefile.in for shell will "escape" backslashes
Demotion of -l$(RUBY_SO_NAME)-static to lib$(RUBY_SO_NAME)-static.a for LIBRUBYARG_STATIC assignment in configure if ruby is to be built as a dynamic executable.
At Thu, 26 Feb 2009 07:21:54 +0900,
hiro sugawara wrote in [ruby-core:22520]:
More backslashes to AL_SEPARATOR in Makefile.in for shell
will "escape" backslashes
It has been fixed in the trunk already last week.
Demotion of -l$(RUBY_SO_NAME)-static to
lib$(RUBY_SO_NAME)-static.a for LIBRUBYARG_STATIC
assignment in configure if ruby is to be built as a dynamic
executable.
It seems to cause a problem on building extension libraries.
Does Android SDK search library files in the library search
path like Microsoft Visual C++, on all platforms?