Im using eclipse and mingw32. My problem is when I add -static
flag to linker options, i receive this error message:mingw32/bin/ld.exe: cannot find -llibcurl
Without -static
flag, it combines fine and works. I compiled libcurl using mingw32. Then I copied header files to mingw include folder, and files from libcurl lib folder to mingw lib folder. I'm doing something wrong, but I dont know what.