[ovs-git] Open vSwitch: cccl: Handle library paths for one shot compilation. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jan 31 02:18:10 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  b73d3fe2c11d2d670092bce2da48c1ee0f6eaf5f (commit)
       via  20bd44f83bab5afb2d552f5ed877e91da598e65c (commit)
       via  57cfcebdf168d18549c888acf63b521991ba6c4e (commit)
      from  59804c80a9821e3aca208012c1a496f3c26bfe9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b73d3fe2c11d2d670092bce2da48c1ee0f6eaf5f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b73d3fe2c11d2d670092bce2da48c1ee0f6eaf5f
Author: Gurucharan Shetty <gshetty at nicira.com>
		
cccl: Handle library paths for one shot compilation.
		
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 in autoconf.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit 20bd44f83bab5afb2d552f5ed877e91da598e65c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=20bd44f83bab5afb2d552f5ed877e91da598e65c
Author: Gurucharan Shetty <gshetty at nicira.com>
		
BUILD.Windows: Add documentation to handle the libtool change.
		
With the recent change to libtool, the default behavior is to use
MinGW's 'ld'. Set the LD variable to direct it to Visual Studio's
linker.

The wordings for the documentation is copied from INSTALL.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit 57cfcebdf168d18549c888acf63b521991ba6c4e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=57cfcebdf168d18549c888acf63b521991ba6c4e
Author: Gurucharan Shetty <gshetty at nicira.com>
		
BUILD.Windows: Clarify on the correct linker.
		
This has tripped a couple of people.

The workaround in cccl does not actually work. So get rid of it and
clarify in documentation.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 BUILD.Windows  |   24 +++++++++++++++++++++---
 build-aux/cccl |    9 +++------
 2 files changed, 24 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list