|
From: Александар М. <dar...@gm...> - 2011-11-15 11:01:29
|
Also, this part is confusing me a little bit CPPFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm -DANDROID_HARDWARE_$HWKIND" \ CFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm" \ ./configure --prefix=/data/local/Inst \ --host=armv7-unknown-linux --target=armv7-unknown-linux \ --with-tmpdir=/tmp/valgrind Should I edit it into config.sh or just define it as a environment variable? On Tue, Nov 15, 2011 at 11:26 AM, Julian Seward <js...@ac...> wrote: > On Tuesday, November 15, 2011, Александар Миленковић wrote: >> Thanks for the replies so far! >> >> But I don't see a autogen.sh script in Valgrind root. The ones i do >> have are as follows >> compile, config.guess, config.status, configure, depcomp, install-sh, >> missing and vg-in-place >> >> So thats why i deviated from the readme in the first place. Where do I >> find the referenced autogen.sh ? > > Hmm, this is a documentation bug. For builds from a tarball, you can skip > the ./autogen.sh step, and continue directly with the ./configure step. > > J > |