Bug#907277: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2019-01-17 Thread Nick Bowler
On 1/17/19, Paul Gevers wrote: > On 14-01-2019 11:57, Matthias Klose wrote: >> On 12.01.19 21:37, Chaim Zax wrote: >>> Because autoconf can be used outside a Debian environment this solution >>> might not work for everyone. Perhaps the AC_SEARCH_LIBS function should >>> be extended so function

Bug#907277: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2019-01-17 Thread Paul Gevers
Hi Doko, Thanks for your reply. On 14-01-2019 11:57, Matthias Klose wrote: > On 12.01.19 21:37, Chaim Zax wrote: >> Because autoconf can be used outside a Debian environment this solution >> might not work for everyone. Perhaps the AC_SEARCH_LIBS function should >> be extended so function

Bug#907277: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2019-01-14 Thread Matthias Klose
On 12.01.19 21:37, Chaim Zax wrote: > Hi, autoconf developers, Debian gcc maintainers, > > In Debian there is a bug [1] reported on the autoconf package which > relates to a change in gcc 8. After looking into the issue it's not > completely clear to me what the best solution should be. > > The

Bug#907277: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2019-01-12 Thread Chaim Zax
Hi, autoconf developers, Debian gcc maintainers, In Debian there is a bug [1] reported on the autoconf package which relates to a change in gcc 8. After looking into the issue it's not completely clear to me what the best solution should be. The autoconf function AC_SEARCH_LIBS check the

Bug#907277: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2018-08-25 Thread Adrian Bunk
Package: autoconf Version: 2.69-11 Severity: serious Originally debugged by Amos Jeffries in #907106: $ cat configure.ac AC_INIT AC_PROG_CXX AC_LANG([C++]) AC_SEARCH_LIBS([__atomic_load_8],[atomic]) $ autoconf $ CXX=g++-7 ./configure checking whether the C++ compiler works... yes checking for