From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2120.oracle.com ([156.151.31.85]:39626 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234316AbhDAK7C (ORCPT ); Thu, 1 Apr 2021 06:59:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : to : cc : subject : references : in-reply-to : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=VOpK2pcuVFteB7awf6DwVCeerzUJURTWVTRRQZp93rQ=; b=0ENvWUOGLokb8RfAKnuYzN/OYh6YyMFDVWDbJ86zmYoY1484h3nMyWsEH555Xl/jie3d ecS2NeDe+xjPINFi8h4m/XiVEFgJo/gKitjvKUV21BRdJt/c0T1Qt5imB2TvDxI6LikD hvFVCzRTo8gqKNVsb9jvEcmNpundI7Y8+HtB0tZU7bBAAtWLj/p7Gaa5Nwt8dm5lTHS3 uSc8CIyG3Tuzc9hvrEfy8ueNensf0IJu0Ide/NiH47NGHt193qEtPCxyDROpXUraJxIj eao+73ioXxZsUgH8AIJOOJMszlyWyxSse4vQ0v8kV2R4hVoY/FKwPKVAdOYsbb/0K2+p zQ== MIME-Version: 1.0 Message-ID: <20210401105834.GS2065@kadam> Date: Thu, 1 Apr 2021 03:58:35 -0700 (PDT) From: Dan Carpenter Subject: Re: compiling smatch 1.71 References: <20210401102654.GC32563@agape.jhs> In-Reply-To: <20210401102654.GC32563@agape.jhs> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-ID: To: Fabio Aiuto Cc: smatch@vger.kernel.org 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