Mark Phalan wrote: > When I'm running on a build machine: > > $ /ws/onnv-tools/SUNWspro/SS11/bin/cc -V > cc: Sun C 5.8 Patch 121016-05 2007/01/10 > usage: cc [ options] files. Use 'cc -flags' for details > > I also get the errors with an older compiler on my own machine: > > $ /data/dev/tools/onnv-tools/SUNWspro/SS11/bin/cc -V > cc: Sun C 5.8 Patch 121016-02 2006/03/31 > usage: cc [ options] files. Use 'cc -flags' for details > > > Something must have changed in ON. This worked fine (with the same > compilers) a couple of builds ago.
Oh wait, I recently integrated: 6634436 XFFLAG should be updated. which changed the -xF flag to -xF=%all, and this flag is used by the mech_krb5 components. This is the problem, with -Kpic and -xF=%all and with no-optimization, the compilers are generating non-pic code. I'll file a bug, apologies for the inconvenience. -- Rod