Hi, > How do we specify how to find the library for curl (libcurl.a)? I dont > think it is --lib
"./configure --help" says: > LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a > nonstandard directory <lib dir> Setting LDFLAGS=-L./INSTALL_STAGE/curl-7.25.0/usr/lib during ./configure should work. But you'll need a dynamic CURL library (libcurl.so), as by default it is linked dynamically. Regards Martin _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
