> > What is the default name of libcurl library under linux - libcurl or curllib? > Andrei put name libcurl.lib in his project for VC8 but from what I see VC > project that comes with libcurl builds curllib.lib and not libcurl.lib. > If this is libcurl under linux that they should change the default lib name > for Win32 to libcurl as well... >
Unix convention for library names is lib<name>.(so|a) I used binary package for libcurl Windows port, there they followed Unix name convention i.e. the library named libcurl.lib/libcurl.dll _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
