From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id E9094590E for ; Wed, 30 Apr 2014 01:42:09 +0200 (CEST) Received: by mail-wi0-f170.google.com with SMTP id f8so94847wiw.1 for ; Tue, 29 Apr 2014 16:42:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vJKUm0qr2v8UtlKd4LkgWR+FbFFjQqQ3c76eN4X9MY0=; b=P8mv17hWkPH4wk3Aum599JzxIy0NgMwO3yYjkvXDLs/fNn22AuCc7i16tVI59HUPSA fVPk7NG1UJsiVukLH2II6+tGlAcQeAm6SQWvdb9fZ7hr9fv3JS3SHhoFM5xvt1qqBecb HHn7OPz02tdpv06HYy0fmLhy8MMpZtBqDghNIn8GyXsRhL2o6qMJ5+IZ5/McZ1nsXR5N d9C+/7phsHG1U1Xq8mnEPtMVUjPIcevL3iypra+m/uqYZv79YaJZ/QsFmRUJUw6YPcQo 7GhAHAyyS1/KA6tVXfAH+pSoqDJyOdHdrI4+REawc+hvepeut3fFDBFvcqpfhNSNdcVh IxlA== X-Gm-Message-State: ALoCoQk8HlCQHtn0JExjr9nPYlcYCXzlJPXrmVj8U7z06VaLcxuNZxNC5ep4rsCznmY90ava+1ij X-Received: by 10.180.39.175 with SMTP id q15mr765132wik.4.1398814933430; Tue, 29 Apr 2014 16:42:13 -0700 (PDT) Received: from xps13.localnet (abo-213-55-68.mts.modulonet.fr. [85.68.55.213]) by mx.google.com with ESMTPSA id lh6sm33308849wjb.27.2014.04.29.16.42.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Apr 2014 16:42:12 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Wed, 30 Apr 2014 01:42:12 +0200 Message-ID: <4041301.VqGVgh9vVV@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1397656304-468-1-git-send-email-nhorman@tuxdriver.com> References: <1397585169-14537-2-git-send-email-nhorman@tuxdriver.com> <1397656304-468-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 01/15 v2] makefiles: Fixed -share command line option error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 23:42:10 -0000 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 Applied for version 1.6.0r2. Thanks -- Thomas