From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id c7b684a1 for ; Mon, 13 Aug 2018 21:27:47 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id D46169EAD2; Tue, 14 Aug 2018 07:27:46 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id CE02D9E9EA; Tue, 14 Aug 2018 07:27:15 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 65BF49E2B6; Tue, 14 Aug 2018 07:27:12 +1000 (AEST) X-Greylist: delayed 1400 seconds by postgrey-1.35 at minnie.tuhs.org; Tue, 14 Aug 2018 07:27:12 AEST Received: from mx.sdf.org (mx.sdf.org [205.166.94.20]) by minnie.tuhs.org (Postfix) with ESMTPS id 0C3B19E27E for ; Tue, 14 Aug 2018 07:27:12 +1000 (AEST) Received: from sdf.org (sverige.freeshell.org [205.166.94.5]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id w7DL3ilu004920 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Mon, 13 Aug 2018 21:03:44 GMT Received: (from sj@localhost) by sdf.org (8.15.2/8.12.8/Submit) id w7DL3in4008770; Mon, 13 Aug 2018 17:03:44 -0400 (EDT) From: Scot Jenkins Message-Id: <201808132103.w7DL3in4008770@sdf.org> Date: Mon, 13 Aug 2018 17:03:44 -0400 To: tuhs@tuhs.org, arnold@skeeve.com References: <201808131906.w7DJ6bAw005597@skeeve.com> In-Reply-To: <201808131906.w7DJ6bAw005597@skeeve.com> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] Can anyone point me to source for a lex that works on Linux? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Arnold Robbins wrote: > Can anyone point me to source for Unix lex that can be compiled and > works on Linux? I've tried in the past to make V7 lex work and failed. Heirloom development tools includes lex: http://heirloom.sourceforge.net/devtools.html I had it working on an older version of Slackware (12.x?) years ago. It should still build on current Linux systems. You need to build/install heirloom-sh first, then use it when building heirloom-devtools. scot