Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-19 Thread Bruce Richardson
On Mon, Dec 18, 2017 at 01:05:14PM -0500, Aaron Conole wrote: > Luca Boccassi writes: > > > On Tue, 2017-12-12 at 17:14 +, Bruce Richardson wrote: > >> On Tue, Dec 12, 2017 at 04:59:34PM +, Bruce Richardson wrote: > >> > This patchset changes the meson+ninja build system to always create

Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-18 Thread Aaron Conole
Luca Boccassi writes: > On Tue, 2017-12-12 at 17:14 +, Bruce Richardson wrote: >> On Tue, Dec 12, 2017 at 04:59:34PM +, Bruce Richardson wrote: >> > This patchset changes the meson+ninja build system to always create >> > both >> > static and shared libraries when doing a build. The appli

Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-15 Thread Bruce Richardson
On Wed, Dec 13, 2017 at 12:11:02PM +, Luca Boccassi wrote: > On Tue, 2017-12-12 at 16:59 +, Bruce Richardson wrote: > > This patchset changes the meson+ninja build system to always create > > both > > static and shared libraries when doing a build. The applications > > compiled > > as part

Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-13 Thread Bruce Richardson
On Wed, Dec 13, 2017 at 12:10:52PM +, Luca Boccassi wrote: > On Tue, 2017-12-12 at 17:14 +, Bruce Richardson wrote: > > On Tue, Dec 12, 2017 at 04:59:34PM +, Bruce Richardson wrote: > > > This patchset changes the meson+ninja build system to always create > > > both > > > static and sha

Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-13 Thread Luca Boccassi
On Tue, 2017-12-12 at 17:14 +, Bruce Richardson wrote: > On Tue, Dec 12, 2017 at 04:59:34PM +, Bruce Richardson wrote: > > This patchset changes the meson+ninja build system to always create > > both > > static and shared libraries when doing a build. The applications > > compiled > > as pa

Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-13 Thread Luca Boccassi
On Tue, 2017-12-12 at 16:59 +, Bruce Richardson wrote: > This patchset changes the meson+ninja build system to always create > both > static and shared libraries when doing a build. The applications > compiled > as part of a build use either the shared or static libraries > depending on > what

Re: [dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-12 Thread Bruce Richardson
On Tue, Dec 12, 2017 at 04:59:34PM +, Bruce Richardson wrote: > This patchset changes the meson+ninja build system to always create both > static and shared libraries when doing a build. The applications compiled > as part of a build use either the shared or static libraries depending on > what

[dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs

2017-12-12 Thread Bruce Richardson
This patchset changes the meson+ninja build system to always create both static and shared libraries when doing a build. The applications compiled as part of a build use either the shared or static libraries depending on what the default_library build setting is. NOTE: The main difficulty with thi