Hi!

I successfully built android on Ubuntu 9.10 (a week ago or so). Did
you take steps as described here http://source.android.com/download ?

Also, are you using 32-bit, or 64-bit system?

I'm not a platform developer, but it looks like something in your
system is missing or you have something misconfigured.

I tried to google-up your error, and it looks like you have some c/c++
libraries missing.

Just a wildshot, try installing:
sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf
libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
libncurses5-dev zlib1g-dev

--
Best regards,
Pawel

On Dec 21, 6:04 am, n179911 <n179...@gmail.com> wrote:
> Hi,
>
> i am trying to compile android (download the source of the master
> trunk) on ubuntu 9.10.
>
> I am getting the following linker error. Can anyone please tell me how
> to fix it?
>
> Thank you.
>
> host Executable: acc (out/host/linux-x86/obj/EXECUTABLES/
> acc_intermediates/acc)
> /usr/bin/ld: out/host/linux-x86/obj/EXECUTABLES/
> accRuntimeTest_intermediates/runtimeTest.o: in function symbolLookup
> (void*, char const*):system/core/libacc/tests/runtimeTest.cpp:66:
> error: undefined reference to 'dlsym'
> collect2: ld returned 1 exit status
> make: *** [out/host/linux-x86/obj/EXECUTABLES/
> accRuntimeTest_intermediates/accRuntimeTest] Error 1
> make: *** Waiting for unfinished jobs....
> /usr/bin/ld: out/host/linux-x86/obj/EXECUTABLES/acc_intermediates/
> main.o: in function symbolLookup(void*, char const*):system/core/
> libacc/tests/main.cpp:41: error: undefined reference to 'dlsym'
> collect2: ld returned 1 exit status

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

Reply via email to