On Fri, 2002-06-07 at 13:10, David Lee wrote:
> Can Dave-CB shed any light on Solaris "ld", including any possible changes
> in the new Solaris 9?

A quick look at the getopt(3C) option string suggests that there was no
change in options:

Solaris 9:

    % strings /usr/ccs/bin/ld | grep :
    ...
    6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?

Solaris 8:

    % strings /usr/ccs/bin/ld | grep :
    ...
    6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?
    
    % ld -E
    ld: illegal option -- E

Mike



Reply via email to