All of lore.kernel.org
 help / color / mirror / Atom feed
* BUG - Cannot build fio on redhat 5
@ 2014-10-14 19:58 Tim Delaney
  2014-10-14 21:07 ` Jens Axboe
  0 siblings, 1 reply; 10+ messages in thread
From: Tim Delaney @ 2014-10-14 19:58 UTC (permalink / raw)
  To: fio

Trying to make fio on redhat 5.9 results in:

    lex: unknown flag '-'.  For usage, try
            lex --help
    make: *** [lex.yy.c] Error 1

Changeset "c9fa1c8d (Stephen M. Cameron  2014-10-06 17:58:32 -0500
270)" introduced the lex '--header-file' option, but that option is
not valid on redhat 5.

Makefile diff...

     ifdef CONFIG_ARITHMETIC
     lex.yy.c: exp/expression-parser.l
    -       $(QUIET_LEX)$(LEX) exp/expression-parser.l
    +       $(QUIET_LEX)$(LEX) --header-file=lexer.h exp/expression-parser.l

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-10-16 20:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 19:58 BUG - Cannot build fio on redhat 5 Tim Delaney
2014-10-14 21:07 ` Jens Axboe
2014-10-15  3:13   ` Jens Axboe
2014-10-15  4:24   ` Stephen Cameron
2014-10-15 14:29     ` Jens Axboe
2014-10-15 14:51       ` Jens Axboe
2014-10-15 14:56       ` Greg Freemyer
2014-10-15 15:00         ` Jens Axboe
2014-10-16 20:35           ` Greg Freemyer
2014-10-16 20:43             ` Fwd: " Greg Freemyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.