[Bug libstdc++/43968] undefined references to `std::{num_get, num_put, money_get, money_put}< [...] >::id' with -static

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon May 3 08:14:00 GMT 2010



------- Comment #1 from ubizjak at gmail dot com  2010-05-03 08:14 -------
The testcase:

#include <string>
#include <iostream>

int
main (int argc, char *argv[])
{
    std::string myStr = "Hello, World!";
    std::cout << myStr << std::endl;
    return 0;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43968



More information about the Gcc-bugs mailing list