#42777: gcc47/gcc48 - problem with linking some C++ python extensions (std::ostringstream) -----------------------+-------------------------------- Reporter: wojdyr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: gcc48 | -----------------------+-------------------------------- Comment (by wojdyr@…): I've realized that ostringstream is not necessary, any stream fed with integer or float will do. For example this function: {{{ #include <iostream> extern "C" void run() { std::cout << 123 << "\n"; } }}} does not print anything when built with macports gcc and called from python. -- Ticket URL: <https://trac.macports.org/ticket/42777#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X