bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #110312] 2.69b: broken AC_PROG_LEX macro


From: Tomasz Kłoczko
Subject: [sr #110312] 2.69b: broken AC_PROG_LEX macro
Date: Tue, 15 Sep 2020 16:14:19 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36

URL:
  <https://savannah.gnu.org/support/?110312>

                 Summary: 2.69b: broken AC_PROG_LEX macro
                 Project: Autoconf
            Submitted by: kloczek
            Submitted on: Tue 15 Sep 2020 08:14:18 PM UTC
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: None

    _______________________________________________________

Details:

Looks like AC_PROG_LEX on testing is trying to link with liblex and on that it
fails when GNU flex is installed:

```
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... not found
configure: error: required lex library not found
```
All because glu flex provides only libfl.

$ rpm -ql flex| grep lib64
/usr/lib64/libfl.a





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110312>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]