Hi guys, I would like to build a version of my software with all the libraries linked in static mode.
I tried with the following command: g++ -static -L/some/path/for/the/libstdc++.a -LACE but I recevied the following errors: undefined reference to 'std::basic_string ...' .... undefined reference to 'operator new' .... Anybody knows why? Tnx _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus