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

2014-05-02 Thread Thomas Monjalon
2014-05-02 09:01, Neil Horman: > On Fri, May 02, 2014 at 02:22:17PM +0200, Thomas Monjalon wrote: > > 2014-05-02 07:09, Neil Horman: > > > On Wed, Apr 30, 2014 at 01:42:12AM +0200, Thomas Monjalon wrote: > > > > 2014-04-16 09:51, Neil Horman: > > > > > The shared libraries built with the current ma

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

2014-05-02 Thread Thomas Monjalon
2014-05-02 07:09, Neil Horman: > On Wed, Apr 30, 2014 at 01:42:12AM +0200, Thomas Monjalon wrote: > > 2014-04-16 09:51, 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

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

2014-05-02 Thread Neil Horman
On Fri, May 02, 2014 at 02:22:17PM +0200, Thomas Monjalon wrote: > 2014-05-02 07:09, Neil Horman: > > On Wed, Apr 30, 2014 at 01:42:12AM +0200, Thomas Monjalon wrote: > > > 2014-04-16 09:51, Neil Horman: > > > > The shared libraries built with the current makefile set produce static > > > > librari

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

2014-05-02 Thread Neil Horman
On Wed, Apr 30, 2014 at 01:42:12AM +0200, Thomas Monjalon wrote: > 2014-04-16 09:51, 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 b

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

2014-04-30 Thread Thomas Monjalon
2014-04-16 09:51, 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

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

2014-04-21 Thread Neil Horman
On Fri, Apr 18, 2014 at 03:29:01PM +0200, Thomas Monjalon wrote: > 2014-04-18 09:18, Neil Horman: > > On Fri, Apr 18, 2014 at 01:23:19PM +0200, Thomas Monjalon wrote: > > > I think that CPU_LDFLAGS should be prefixed with -Wl, in case of CC > > > linking. So blindly assigning CC to LD variable seem

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

2014-04-18 Thread Thomas Monjalon
2014-04-18 09:18, Neil Horman: > On Fri, Apr 18, 2014 at 01:23:19PM +0200, Thomas Monjalon wrote: > > I think that CPU_LDFLAGS should be prefixed with -Wl, in case of CC > > linking. So blindly assigning CC to LD variable seems a bad idea. > > Other makefiles have different O_TO_S commands dependin

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

2014-04-18 Thread Neil Horman
On Fri, Apr 18, 2014 at 03:29:01PM +0200, Thomas Monjalon wrote: > 2014-04-18 09:18, Neil Horman: > > On Fri, Apr 18, 2014 at 01:23:19PM +0200, Thomas Monjalon wrote: > > > I think that CPU_LDFLAGS should be prefixed with -Wl, in case of CC > > > linking. So blindly assigning CC to LD variable seem

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

2014-04-18 Thread Thomas Monjalon
Hi Neil, 2014-04-16 09:51, 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 -sha

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

2014-04-18 Thread Neil Horman
On Fri, Apr 18, 2014 at 01:23:19PM +0200, Thomas Monjalon wrote: > Hi Neil, > > 2014-04-16 09:51, 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

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

2014-04-16 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