[Bug 1725847] Re: libstdc++-4.8-dev:amd64 4.8.5-4ubuntu6 configured without _GLIBCXX_USE_C99
Hans Joachim Desserud
1725847 at bugs.launchpad.net
Sun Oct 22 07:19:28 UTC 2017
** Tags added: artful
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1725847
Title:
libstdc++-4.8-dev:amd64 4.8.5-4ubuntu6 configured without
_GLIBCXX_USE_C99
Status in gcc-4.8 package in Ubuntu:
New
Bug description:
Test program compiled on Artful Aardvark Ubuntu 17.10.
$ which g++-4.8
/usr/bin/g++-4.8
$ /usr/bin/g++-4.8 --version
g++-4.8 (Ubuntu 4.8.5-4ubuntu6) 4.8.5
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ /usr/bin/g++-4.8 -std=c++11 -x c++ - <<EOF
#include <iostream>
#include <string>
int main()
{
std::cout << std::to_string(0) << '\n';
return 0;
}
EOF
Expected result
compile without errors, output 0
Actual result
<stdin>: In function ‘int main()’:
<stdin>:5:16: error: ‘to_string’ is not a member of ‘std’
Supposed cause
_GLIBCXX_USE_C99 is not set in
/usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h
in package libstdc++-4.8-dev:amd64 (4.8.5-4ubuntu6)
Further information
Test program compiles and runs on Zesty Zapus with package
libstdc++-4.8-dev:amd64 (4.8.5-4ubuntu4).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1725847/+subscriptions
More information about the foundations-bugs
mailing list