From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BF32C47D1 for ; Fri, 22 Jul 2016 16:07:54 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 22 Jul 2016 07:07:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,405,1464678000"; d="scan'208";a="143814247" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga004.fm.intel.com with ESMTP; 22 Jul 2016 07:07:44 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.123]) by IRSMSX101.ger.corp.intel.com ([169.254.1.155]) with mapi id 14.03.0248.002; Fri, 22 Jul 2016 15:07:43 +0100 From: "Azarewicz, PiotrX T" To: Thomas Monjalon CC: "Gu, YongjieX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] mk: fix static link with glibc < 2.17 Thread-Index: AQHR4NkDQLlRXzmyakSHHuBqgpmUDKAgdxCAgAIIpoCAAfiN4P//8z8AgAAXgfA= Date: Fri, 22 Jul 2016 14:07:42 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E64136EC4FB@IRSMSX102.ger.corp.intel.com> References: <1468835025-3333-1-git-send-email-thomas.monjalon@6wind.com> <1862137.9jzovSvl3e@xps13> <4837007523CC9A4B9414D20C13DE6E64136EC4B6@IRSMSX102.ger.corp.intel.com> <1680274.k5QNW9e4Yu@xps13> In-Reply-To: <1680274.k5QNW9e4Yu@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mk: fix static link with glibc < 2.17 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: Fri, 22 Jul 2016 14:07:55 -0000 > > > > Tested-by: Yongjie Gu > > > > > > Applied > > > > OS: UB1204 > > GCC: 4.6.4 > > Kernel: 3.13.0-45 > > glibc 2.15 > > > > x86_64-native-linuxapp-gcc: FAIL >=20 > Please don't be a bot and explain us the error you see. I was trying rc3 + fix and latest (today) dpdk version. The same fail messa= ge: /x86_64-native-linuxapp-gcc/lib/librte_eal.a(eal_timer.o): In function `get= _tsc_freq': eal_timer.c:(.text+0x128): undefined reference to `clock_gettime' eal_timer.c:(.text+0x166): undefined reference to `clock_gettime' /x86_64-native-linuxapp-gcc/lib/librte_eal.a(eal_alarm.o): In function `eal= _alarm_callback': eal_alarm.c:(.text+0xda): undefined reference to `clock_gettime' /x86_64-native-linuxapp-gcc/lib/librte_eal.a(eal_alarm.o): In function `rte= _eal_alarm_set': eal_alarm.c:(.text+0x211): undefined reference to `clock_gettime'