From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.com
Subject: Re: flex package POSIX violation
Date: Mon, 01 Jan 2018 00:26:00 -0000 [thread overview]
Message-ID: <5a49802e.82f5ca0a.48f96.8a5b@mx.google.com> (raw)
In-Reply-To: <CANnLRdjLkgpsw6ogipAVaAsjKm+fRruBFvizK-sgSNiXYWrijg@mail.gmail.com>
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: *** [<builtin>: 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.
[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
next parent reply other threads:[~2018-01-01 0:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CANnLRdjLkgpsw6ogipAVaAsjKm+fRruBFvizK-sgSNiXYWrijg@mail.gmail.com>
2018-01-01 0:26 ` Steven Penny [this message]
2018-01-01 0:55 ` Stephen John Smoogen
2017-12-31 22:00 Steven Penny
2017-12-31 22:12 ` Marco Atzeri
2017-12-31 22:34 ` Yaakov Selkowitz
2017-12-31 23:43 ` Stephen John Smoogen
2018-01-05 14:37 ` Gerrit Haase
2018-01-06 0:17 ` Steven Penny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5a49802e.82f5ca0a.48f96.8a5b@mx.google.com \
--to=svnpenn@gmail.com \
--cc=cygwin@cygwin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).