I think I know what's causing these errors... the incompatible
libssl.so (was the one from ubuntu 11 /usr/lib) that I've changed to
the one on the android's /system/lib fixed the "incompatible error"
but since the include of <openssl/dsa.h> it includes all of the ubuntu
openssl instead of some differences that may be causing these
"undefined reference" errors.
So I think that if I make a sucessfull build of this android libssl
and include the files from the same build these erroes hopefully will
go away.

But I'm trying to follow the steps from 
http://source.android.com/source/downloading.html
and when I run   curl https://android.git.kernel.org/repo > ~/bin/repo
it can't get the necessary files.... can I direct download this files
in a easier way? like a .tar or something...

 % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent
Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:29
--:--:--     0
curl: (7) Failed to connect to 2001:4f8:1:10:1972:112:1:0: Rede
inacessível

How do I bypass this step?  (I tried with and without proxy and it
didn't work)

On 3 Ago, 11:26, Nikolay Elenkov <[email protected]> wrote:
> On Wed, Aug 3, 2011 at 6:57 PM, rickrvo <[email protected]> wrote:
> > thx! but where can I find envsetup.sh? it's not on my android's ndk
> > nor sdk folders and can't find it on the android openssl package... :|
>
> This is out of the scope of this list. Try asking on android-building
> or android-porting.
>
> BTW, envsetup.sh, m, and mm (shell functions) come from the
> Android open source project (ASOP), they are part of the build
> environment. You may need to get this to compile your library.
> Or change your Makefiles, etc. to get it to compile with just
> the NDK.

-- 
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