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?

[755 byte] By [sbarvian] at [2007-11-25 23:41:33]
# 1
The man page is wrong. The correct definition of %all should have been:%all The same as specifying -library=%none,rwtools7,gc,iostream,Cstd,Crun.%all
bongo at 2007-7-5 18:49:09 > top of Java-index,Development Tools,Solaris and Linux Development Tools...