Unfortunately static linking isn't a solution for my project, there are more 
shared libs to come beside the stl library (for which I don't have the 
possibility to build them statically).

Thanks for the link, I've voted it up already, hope we get an answer soon. ;)




On 13.02.2012, at 21:46, Gaetan wrote:

> Ah ! I'm not alone with this problem ^_^
> 
> Yes, this is very strange ...
> To solve your problem with STL, you can link to STLPORT_STATIC in you 
> Application.mk file, like this :
> 
> --------------------copy here--------------------------
> 
> APP_STL := stlport_static
> 
> --------------------copy here--------------------------
> 
> For the moment, I have solved my problem by compiling all other libs with 
> STATIC linking.
> (entry lib is still shared, and others are static)
> 
> 
> For shared libraries, I haven't found. I have asked the question here : 
> http://goo.gl/mod/DdlG (you can vote ;) )
> for the next Android Developers hangout in google+ 
> (https://plus.google.com/108967384991768947849/posts)
> (next wednesday)
> 
> best regards !! =)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to