avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #35406] configure.ac: check for yylex_destroy not suf


From: Joerg Wunsch
Subject: [avrdude-dev] [bug #35406] configure.ac: check for yylex_destroy not sufficient
Date: Mon, 30 Jan 2012 16:25:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.19) Gecko/2010071610 Firefox/3.0.19

URL:
  <http://savannah.nongnu.org/bugs/?35406>

                 Summary: configure.ac: check for yylex_destroy not sufficient
                 Project: AVR Downloader/UploaDEr
            Submitted by: joerg_wunsch
            Submitted on: Mon 30 Jan 2012 05:25:53 PM CET
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Jörg Wunsch
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:


gcc  -g -O2   -o avrdude  avrdude-main.o avrdude-term.o ./libavrdude.a -lusb  
 -lm -lreadline -lncurses -ltermcap 
./libavrdude.a(libavrdude_a-config.o)(.text+0x603): In function
`read_config':
/design/user/jwunsch/src/avrdude/config.c:313: undefined reference to
`yylex_destroy'
collect2: ld returned 1 exit status
make[2]: *** [avrdude] Error 1
...
$  flex -V
flex version 2.5.4


Adding -lfl doesn't solve the issue either.  Seems the configure.ac
check needs to be made more sophisticated.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?35406>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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