X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=YBAU07A K0ejc/RcaKNPfm2NoHHcftugJqAQ5uNARzFCbbBh30xbrTxluD0N4lxO0XZL785I loxOFCV6lGE622LRJ+UXfqWRS1kNKS0Z5w5IJyYPT8e+3G7Ifp2OCz3D7uxjhwsP S/uDrXuTbatMHe2K8LSYbc164pMpZQJxRzaQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=LBCu7DIgCX9jT mRbU8HjCSXPwV0=; b=X/XSXN3ktS38HKLrzksYYrn4vqDwDwyhVWwEp+ArsXRut oviM56+/+xi3IoiGa7pv9jpt3M+o8Aowlk5Y33K4hGzdQZ1deUBFbAiaWAOH/wO3 dURSIFz6MAT66/omY6lLhEuju2jc02eH7BJZJmsW2au63ztk1BM97f+bVJ2Aeg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-lf0-f66.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=KEq4ubUMzhrmL+LFcIB2W2ckLplDpJotiQbDcisN7bk=; b=ALk8OEIADWo4P8QUFU649d44CLodBMG/VjtF0FyTokEaD2TvR8Nd7iW/kH8ufRO5C4 okOXRtEpPTdxa3VmDtZRpn6EASHjNxHYYyiC2p/wC8VjQz1sQG9e1wBl3OpkCfFhcJa3 Ge4CZaxj0YqzB/9Ig8be2TwRYXenNt9nCNTRh7LaDYCgvhhFdICYCAlc5j8EuGaysWQA hnxkHVy10UrouwhrDIB1rx4ttkNGzYWhBp36/V6KozG/T9dBPlGZro3kFlpwyNGaTpg8 GubEgE4FdLX1263CMfapDRm9viiI6nVOhgWkoOq3T2DAHZce5sWGOP9tWQcUHCBNvD7E HiAQ== X-Gm-Message-State: AKGB3mKfSlYiF78O2NMaI8Nc0FbNId8EzErJAgAeG+TnGmF3pQMH27g1 k4pALePlwgajaoeEfgt1Qt97vajbr3vk/O2rptCTVQ== X-Google-Smtp-Source: ACJfBovF1r8S1gQTKp86rQU3iJ5dNZ++I2olUIEADLab8kymHVQibMCRMPKhK7soeCJWLjVzojPiNQ6HzuTp0gGvnSQ= X-Received: by 10.25.162.202 with SMTP id l193mr941761lfe.45.1514768108272; Sun, 31 Dec 2017 16:55:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <5a49802e.82f5ca0a.48f96.8a5b@mx.google.com> References: <5a49802e DOT 82f5ca0a DOT 48f96 DOT 8a5b AT mx DOT google DOT com> From: Stephen John Smoogen Date: Sun, 31 Dec 2017 19:55:07 -0500 Message-ID: Subject: Re: flex package POSIX violation To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On 31 December 2017 at 19:26, Steven Penny wrote: > On Sun, 31 Dec 2017 18:43:00, Stephen John Smoogen wrote: >> >> Which is why I wanted to see where this was going. Are these fixes >> just looking for low hanging fruit to be POSIX compliant, or are these >> needing larger amounts of resources to be 'compliant'? If the >> flex->lex link fails some sort of POSIX test, are people going to need >> Cygwin porters to fix those? Also is there an easy line for "this is >> compliant enough?" > > > Here is a simple demonstration of the problem: > > $ cat xr.l > %option main > %% > ya printf("zu"); > %% > > $ make xr > lex -t xr.l > xr.c > /bin/sh: lex: command not found > make: *** [: xr.c] Error 127 > rm xr.c > > now of course you can work around this by "make LEX=flex xr" or similar, but > no > major Linux distro makes you do this, as they already include "lex" > vis-a-vis > the symlink to flex. > OK that makes it a clearer and tangible problem to me. Thank you for putting up with my questions. > [1] http://gnu.org/software/make/manual/html_node/Implicit-Variables > > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Stephen J Smoogen. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple