Hi, I have download the source and tried to compile in under ubuntu 9.10. But I am having the following linker error:
host Executable: acc (out/host/linux-x86/obj/EXECUTABLES/ acc_intermediates/acc) /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:42: error: undefined reference to 'dlsym' collect2: ld returned 1 exit status I have tried adding these to mydroid/system/core/libacc/tests/ Android.mk file: LOCAL_LDLIBS := -ldl or LOCAL_LDFLAGS := -ldl But both does not work. Can you please tell me how to fix this problem? Thank you. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
