Mike Jetzer wrote:
> When compiling under HP-UX B.11.11 (using the ANSI c
> compiler -- I can't determine its version using "-v" or
> "-V";
HPUX uses the old SCCS 'what' command to dump the version string from
the binary. Here is an example.
what /usr/bin/cc
/usr/bin/cc:
LINT B.11.11.02 CXREF B.11.11.02
HP92453-01 B.11.11.02 HP C Compiler
$ Sep 8 2000 23:13:51 $
[note: what is functionally the same as this:
strings filename | sed -n '/@(#)/s// /p'
]
Bob
_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils