Hi All,
I have downloaded curl source code curl-7.21.6 version. I want to build curl as executable instead of library Here is the configure I used ./configure --host=arm-none-linux-gnueabi CC=arm-none-linux-gnueabi-gcc CPPFLAGS="-I/home/chitra/L27_wrk/android-ndk-r5b/ platforms/android-5/arch-arm/usr/include/" CFLAGS="-fpic -mthumb-interwork -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -march=armv5te -mtune=xs cale -msoft-float -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -DANDROID" LDFLAGS="-nostdlib - Bstatic -Wl,-gc-sections -Wl,-z,nocopyreloc" --without-dselect --without-start-stop-daemon --disable-nls --disable-rpath --disable-largefile enable_shared=no I am unable to get the executable. Has anyone tried this. Please let me know. Thanks, Chitra ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
