[dpdk-dev] [PATCH 01/15] makefiles: Fixed -share command line option error

2014-04-16 Thread Thomas Monjalon
2014-04-16 07:00, Neil Horman: > On Wed, Apr 16, 2014 at 11:22:35AM +0200, Thomas Monjalon wrote: > > Hi, > > > > 2014-04-15 14:05, Neil Horman: > > > The shared libraries built with the current makefile set produce static > > > libraries rather than actual shared objects. This is due to several

[dpdk-dev] [PATCH 01/15] makefiles: Fixed -share command line option error

2014-04-16 Thread Thomas Monjalon
Hi, 2014-04-15 14:05, Neil Horman: > The shared libraries built with the current makefile set produce static > libraries rather than actual shared objects. This is due to several missing > options that are required to correctly build shared objects using ld, as > well as a mis-specified -share op

[dpdk-dev] [PATCH 01/15] makefiles: Fixed -share command line option error

2014-04-16 Thread Neil Horman
On Wed, Apr 16, 2014 at 11:22:35AM +0200, Thomas Monjalon wrote: > Hi, > > 2014-04-15 14:05, Neil Horman: > > The shared libraries built with the current makefile set produce static > > libraries rather than actual shared objects. This is due to several missing > > options that are required to co

[dpdk-dev] [PATCH 01/15] makefiles: Fixed -share command line option error

2014-04-15 Thread Neil Horman
The shared libraries built with the current makefile set produce static libraries rather than actual shared objects. This is due to several missing options that are required to correctly build shared objects using ld, as well as a mis-specified -share option (which should be -shared). Switching to