readelf or objdump should be able to tell you what the relocations that it's complaining about are. Then we can look at fixing it.
David On 8 Jun 2014, at 16:35, Ivan Vučica <[email protected]> wrote: > Cheers, > > I've spotted this in Android logs: > > W/linker (13137): libobjc.so has text relocations. This is wasting memory > and is a security risk. Please fix. > > Any thoughts? Build procedure I used: > https://bitbucket.org/ivucica/gnustep-android/src/ff0a98ab86d3ef5e400d3c5ec7b4700df139c326/phases/30-build-libobjc2.sh?at=default > -- > Ivan Vučica > [email protected] > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep -- Sent from my Cray X1 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
