Re: [ovs-dev] [PATCH 3/4] cccl: Handle library paths for one shot compilation.

2014-01-30 Thread Ben Pfaff
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

[ovs-dev] [PATCH 3/4] cccl: Handle library paths for one shot compilation.

2014-01-30 Thread Gurucharan Shetty
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