[Bug libstdc++/83127] Missing overload for operator << of std::stringstream for old ABI
ghjghj530-bubu at yahoo dot de
gcc-bugzilla@gcc.gnu.org
Thu Nov 23 14:55:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83127
--- Comment #3 from ghjghj530-bubu at yahoo dot de ---
Changed my testcode to int main(). The error stil occurs.
The system is Windows 7, 64 bit, mingw.
Is use the GCC in a company-specific enviroment with some customized
linkersripts.
We first compile the source file with:
i686-elf-gcc.exe -c C:\temp\2\Main.cpp -o c:\temp\2\Main.cpp.o
-D_GLIBCXX_USE_CXX11_ABI=0
and then call the linker:
i686-elf-gcc.exe C:\Temp\2\Main.cpp.o -o C:\Temp\2\a.out
-Wl,-lstdc++,-lsupc++,-lm -lc
(i have removed a -specs paramter and some target plattform specific
parameters).
I'm sorry for the incomplete command line.
I still hope the *.a-File analysis from my original post can help you.
More information about the Gcc-bugs
mailing list