I have been trying to compile curlpp with little success. I am using mingw
and msys.
Here are the commands I have been using:

export PATH="$PATH:/g/programming/libs/libcurl-7.16.4/bin"
export CPPFLAGS="-I/g/programming/libs/libcurl-7.16.4/include"
./configure
make

I eventually run into this error:

c:\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot
find -lcurl

Apparently mingw cant find the libcurl library. How do I tell libcurl where
this file is?
Or is there something else I am doing wrong?
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to