On Thu, Jan 30, 2014 at 04:12:10PM -0800, Gurucharan Shetty wrote:
> When one wishes to compile and link a program with an
> external library in one shot, additional
> option "-link" is expected after all the other options. For example,
>
> $ cl -I/c/OpenSSL-Win32/include 3.c -link -LIBPATH:"C:/Op
When one wishes to compile and link a program with an
external library in one shot, additional
option "-link" is expected after all the other options. For example,
$ cl -I/c/OpenSSL-Win32/include 3.c -link -LIBPATH:"C:/OpenSSL-Win32/lib"
This is needed in an upcoming commit to compile conftest.c