This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linking errors with gcc 3.1 on AIX 4.3.3


	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]