Linking errors with gcc 3.1 on AIX 4.3.3

David Edelsohn dje@watson.ibm.com
Sun Jun 30 19:01:00 GMT 2002


	Those linker errors are expected.  G++ relies upon weak symbols
for implicit template instantiation.  On systems without that
functionality, one needs to explicitly instantiate templates.  One can see
how to instantiate the templates needed by libstdc++ in the libstdc++
testsuite 27_io.  Look for GXX_WEAK.

David



More information about the Gcc-help mailing list