[Bug libstdc++/61101] snprintf not part of std

2014-05-08 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 Maxime Boissonneault changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/61101] snprintf not part of std

2014-05-08 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #19 from Maxime Boissonneault --- Hi again, I notice in the first line that leads to an error of bits/c++config.h not found : /software6/src/gcc-4.8.2-build/./gcc/xgcc -shared-libgcc -B/software6/src/gcc-4.8.2-build/./gcc -nostdinc++

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #16 from Maxime Boissonneault --- On a related not, is there a way to control default paths that GCC will always look into for libraries and/or headers ? We install things in non-standard locations (so that we can have multiple version

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #15 from Maxime Boissonneault --- Thanks for the advices. I will try to sort this out tomorrow. The reason we enable all languages and why we build from source is to control all dependencies and are able to provide multiple versions of

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #13 from Maxime Boissonneault --- I see that. Wasn't the GCC 4.8.1 compiler supposed to already know to look in the folder /software6/compilers/gcc/4.8.1/include/c++/4.8.1/x86_64-unknown-linux-gnu/ to find bits/c++config.h ? Do I ne

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #10 from Maxime Boissonneault --- Created attachment 32759 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32759&action=edit stage1-libstdc++-v3-config.log Here is there libstdc++-v3 config.log file.

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #9 from Maxime Boissonneault --- I attached the config.log, configure.log and make.log. The only one containing C99 is the make.log. The only test that says no is checking for fully enabled ISO C99 support... no The rest are yesses

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #8 from Maxime Boissonneault --- Created attachment 32758 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32758&action=edit config.log, configure.log, make.log

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #6 from Maxime Boissonneault --- Here is our complete installation document : https://docs.google.com/a/calculquebec.ca/document/d/1hcddCXGnm6OgTwRxRDU2akb-AxKx2aursppLp2JPwWo/edit It went : - System GCC compiled GCC 4.8.1 system GCC

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #5 from Maxime Boissonneault --- Any pointer on what could be wrong ? Maybe a clue is that we compiled GCC not with the system GCC, but with another GCC ? Basically, we started with the system GCC. We compiled GCC, GMP, MPFR, MPC_V,

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #3 from Maxime Boissonneault --- Sorry, I missed the first question. The value of $FLAGS was FLAGS="-O2 -march=native -pipe -Wall"

[Bug libstdc++/61101] snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61101 --- Comment #2 from Maxime Boissonneault --- [mboisson@colosse3 ~]$ grep USE_C99 /software6/compilers/gcc/4.8.2/include/c++/4.8.2/x86_64-unknown-linux-gnu/bits/c++config.h /* #undef _GLIBCXX_USE_C99 */ /* #undef _GLIBCXX_USE_C99_COMPLEX */ /* #und

[Bug libstdc++/61101] New: snprintf not part of std

2014-05-07 Thread maxime.boissonneault at calculquebec dot ca
++ Assignee: unassigned at gcc dot gnu.org Reporter: maxime.boissonneault at calculquebec dot ca Created attachment 32755 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32755&action=edit The output with -save-temps - the exact version of GCC; GCC 4.8.2 - the system type; Cen