Thank You.
Looks like that solved one problem but produced the following error:

configure:15460: checking curl/curl.h usability
configure:15460: powerpc-wrs-linux-gnu-ppc_e500v2-glibc_cgl-gcc -c -g -O2 
-fomit-frame-pointer -D__USE_STRING_INLINES -pipe -DDEBUG_LEVEL=3  conftest.c>&5
conftest.c:80:23: error: curl/curl.h: No such file or directory


The curl/curl.h file is located in

./INSTALL_STAGE/curl-7.25.0/usr/local/include/curl/curl.h


Any config variable that we can use to point to our cross-compilation area? Looks like CPPFLAGS?


On 5/29/2012 3:51 AM, Martin Willi wrote:
Hi,

LDFLAGS=/local/user_data/mkpne_yhc_yhc_ltefdd_la6.0_112784/eccm/build/INSTALL_STAGE/curl-7.25.0/usr/local/li)
LDFLAG takes linker options, not only the directory. Try to prepend -L:

LDFLAGS=-L/local/...
Regards
Martin

_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to