mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 14:17:22 +00:00
2c095597b0
The Sun compiler tossing the templated class into a template repository (see Templates.DB in the directory layout/html/base/src). At link time the compiler doesn't know where that repository is, so it can't resolve that symbol. You can get the compiler to include the templated class in the shared library by linking the objects together with "CC -xar".