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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Apr 30 01:42:12 CEST 2014


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 (which should be -shared). Switching
> to the use of CC rather than LD and fixing the -shared option corrects
> these problems and builds the DSOs correctly.
> 
> Signed-off-by: Neil Horman <nhorman at tuxdriver.com>

Applied for version 1.6.0r2.

Thanks
-- 
Thomas


More information about the dev mailing list