I\'m using a C++ library that can be built as either a shared or a static library. This library uses a factory technique, where static objects register themselves when the p
Use:
g++ -u ...
Note that -u is lowercase