I'm trying to build irrlicht android port on windows xp sp3 with android NDK r5 on cygwin, but fail with error "arguments list too long".
I googled, and got some solution from this post which tries to add some extra makefile script to use separate .linkargs file for linker. I followed the instruction but still failed(I replied the post with the error information there).
So, what would be the valid way to handle this problem?
Check out SG57's answer at http://irrlicht.sourceforge.net/forum/viewtopic.php?t=43449#p260385
It solves the problem by using a temporary file and indirecting args through it.