From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbhDALLH (ORCPT ); Thu, 1 Apr 2021 07:11:07 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73D84C06178A for ; Thu, 1 Apr 2021 04:09:55 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id bf3so1489386edb.6 for ; Thu, 01 Apr 2021 04:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=D8yW6HXSYdpeY3dkPJWJqE1pka6eXecKfXcKvUEwdvo=; b=WEewcJkPAP872yBBi//QIweVUgoR95saX8nXG5O83gFmPuapgrSX0otukf4R9Xd45U 5bPerA6VvIGr4YrwreTLDqKzhC/T2arGdlqjZ1YS0+JKVAx4NReIdvKni2NNBIKR+tiW eIdRSVNUNR5QIeyCCyPHagkBSHD1PzJBbpyvm4CUpRj7LHEMH+m2N2jxmwlCELvnFd63 vYLGaK5f4kbCb3n4pNWuOxpRCGWAf/sjLddrfH7pjiN8ls63JAkLLarRyPBLdyWyQnKW Qr2JpnEZi0t1A4YxfyZ29703JI+8aIAp9XptZgjY16URllxQBHxuFrKi+a3skYPkE9E3 sAIw== Date: Thu, 1 Apr 2021 13:09:50 +0200 From: Fabio Aiuto Subject: Re: compiling smatch 1.71 Message-ID: <20210401110949.GD32563@agape.jhs> References: <20210401102654.GC32563@agape.jhs> <20210401105834.GS2065@kadam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210401105834.GS2065@kadam> List-ID: To: Dan Carpenter Cc: smatch@vger.kernel.org On Thu, Apr 01, 2021 at 03:58:35AM -0700, Dan Carpenter wrote: > If you're in Debian/Ubuntu the do this: > > apt-get install gcc make sqlite3 libsqlite3-dev libdbd-sqlite3-perl libssl-dev libtry-tiny-perl > > If you're in a Fedora/Redhat distro then could you email me the > equivalent list of packages and I'll add it to the documentation. > > regards, > dan carpenter > thank you Dan, I have a Debian distro. So I will install the required packages. fabio