Roll back the following patch http://android.git.kernel.org/?p=platform/external/clearsilver.git;a=commitdiff;h=d36910a8110d8377b22301274d2b5131a732a72b
Now that Java6 is required, you need to remove the check to force 64 bit build in Clearsilver for 32bit systems On Jul 3, 11:28 am, zyanho <[email protected]> wrote: > i getting start withhttp://source.android.com/source/download.html. > i use ubuntu 10.04 ,i install android step by step. > i type "make" at last,i get an error > > host C: libneo_util <= external/clearsilver/util/neo_hash.c > host SharedLib: libneo_util (out/host/linux-x86/obj/lib/ > libneo_util.so) > host C: libneo_cs <= external/clearsilver/cs/csparse.c > host SharedLib: libneo_cs (out/host/linux-x86/obj/lib/libneo_cs.so) > host C: libneo_cgi <= external/clearsilver/cgi/cgiwrap.c > host C: libneo_cgi <= external/clearsilver/cgi/cgi.c > host C: libneo_cgi <= external/clearsilver/cgi/html.c > host C: libneo_cgi <= external/clearsilver/cgi/date.c > host C: libneo_cgi <= external/clearsilver/cgi/rfc2388.c > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so) > /usr/bin/ld: skippingincompatible/usr/lib/gcc/i486-linux-gnu/ > 4.4.3/../../../libz.so when searching for -lz > /usr/bin/ld: skippingincompatible/usr/lib/gcc/i486-linux-gnu/ > 4.4.3/../../../libz.a when searching for -lz > /usr/bin/ld: skippingincompatible/usr/lib/libz.so when searching for > -lz > /usr/bin/ld: skippingincompatible/usr/lib/libz.a when searching for - > lz > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] error 1 > > it look like somethings wrong withlibz,but zlib1g-dev is install .i > try to google it all around web,but i get nothings,could anybody have > some idea with this? -- 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

