Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-09 Thread Ben Pfaff
On Mon, Dec 09, 2013 at 09:26:08AM +0100, Helmut Schaa wrote: > On Mon, Dec 9, 2013 at 9:12 AM, Helmut Schaa > wrote: > > On Fri, Dec 6, 2013 at 7:58 PM, Ben Pfaff wrote: > >> I think that your binaries must include debug symbols. I don't know why > >> you would include debug symbols in binaries

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-09 Thread Ben Pfaff
On Mon, Dec 09, 2013 at 09:12:44AM +0100, Helmut Schaa wrote: > On Fri, Dec 6, 2013 at 7:58 PM, Ben Pfaff wrote: > > On Wed, Nov 27, 2013 at 10:35:39AM +0100, Helmut Schaa wrote: > >> 7.5M./sbin/ovs-vswitchd > > > I think that your binaries must include debug symbols. I don't know why > > you

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-09 Thread Helmut Schaa
On Mon, Dec 9, 2013 at 9:12 AM, Helmut Schaa wrote: > On Fri, Dec 6, 2013 at 7:58 PM, Ben Pfaff wrote: >> I think that your binaries must include debug symbols. I don't know why >> you would include debug symbols in binaries meant for a >> space-constrained application. > > Nope, I don't include

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-09 Thread Helmut Schaa
On Fri, Dec 6, 2013 at 8:04 PM, Ben Pfaff wrote: > On Fri, Dec 06, 2013 at 08:24:03AM -0800, Jarno Rajahalme wrote: >> >> On Dec 6, 2013, at 1:59 AM, Helmut Schaa wrote: >> >> > On Wed, Nov 27, 2013 at 10:35 AM, Helmut Schaa >> > wrote: >> >> Currently openvswitch builds all libraries static onl

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-09 Thread Helmut Schaa
On Fri, Dec 6, 2013 at 7:58 PM, Ben Pfaff wrote: > On Wed, Nov 27, 2013 at 10:35:39AM +0100, Helmut Schaa wrote: >> Currently openvswitch builds all libraries static only. However, >> libopenvswitch is linked into nearly all openvswitch executables >> making it hardly possible to run openvswitch o

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-09 Thread Helmut Schaa
On Fri, Dec 6, 2013 at 5:24 PM, Jarno Rajahalme wrote: > > On Dec 6, 2013, at 1:59 AM, Helmut Schaa wrote: > >> On Wed, Nov 27, 2013 at 10:35 AM, Helmut Schaa >> wrote: >>> Currently openvswitch builds all libraries static only. However, >>> libopenvswitch is linked into nearly all openvswitch e

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-06 Thread Ben Pfaff
On Fri, Dec 06, 2013 at 08:24:03AM -0800, Jarno Rajahalme wrote: > > On Dec 6, 2013, at 1:59 AM, Helmut Schaa wrote: > > > On Wed, Nov 27, 2013 at 10:35 AM, Helmut Schaa > > wrote: > >> Currently openvswitch builds all libraries static only. However, > >> libopenvswitch is linked into nearly al

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-06 Thread Ben Pfaff
On Wed, Nov 27, 2013 at 10:35:39AM +0100, Helmut Schaa wrote: > Currently openvswitch builds all libraries static only. However, > libopenvswitch is linked into nearly all openvswitch executables > making it hardly possible to run openvswitch on embedded devices > (for example running OpenWrt). >

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-06 Thread Jarno Rajahalme
On Dec 6, 2013, at 1:59 AM, Helmut Schaa wrote: > On Wed, Nov 27, 2013 at 10:35 AM, Helmut Schaa > wrote: >> Currently openvswitch builds all libraries static only. However, >> libopenvswitch is linked into nearly all openvswitch executables >> making it hardly possible to run openvswitch on em

Re: [ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-12-06 Thread Helmut Schaa
On Wed, Nov 27, 2013 at 10:35 AM, Helmut Schaa wrote: > Currently openvswitch builds all libraries static only. However, > libopenvswitch is linked into nearly all openvswitch executables > making it hardly possible to run openvswitch on embedded devices > (for example running OpenWrt). > > Conver

[ovs-dev] [PATCH] Use libtool for lib creation and allow building shared libs

2013-11-27 Thread Helmut Schaa
Currently openvswitch builds all libraries static only. However, libopenvswitch is linked into nearly all openvswitch executables making it hardly possible to run openvswitch on embedded devices (for example running OpenWrt). Convert openvswitch to use libtool for building its internal libs. This