Apps being linked with libgc
We just shipped our first set of applications compiled
with Workshop 5.0. The apps are dead in the field with
the error "libgc.so.1 cannot be found".
We link our apps with "-library=%all,no%rwtools7,no%iostream".
We do not ask for "gc", and according to the man page in
-compat=5 mode (we don't use -compat, and "5" mode is the
default) %all is supposed to mean this:
%allUse all libraries, in the order
%none,rwtools7,Cstd,
Did someone forget to type "gc" after the last comma?
ldd shows that we do in fact get libgc.so.1 linked into
our executable. If I add "no%gc" to our -library option,
libgc.so.1 is not linked.
Bug or feature? And is the man page wrong?

