The UNIX and Linux Forums
>
OS Specific Forums
>
HP-UX
make -version is not working in HP-UX
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
make -version is not working in HP-UX
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-22-2008
era
Herder of Useless Cats
Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 2,713
Old software often does not support a --version option. Try look at the binary with
strings | less
or if you have a
what
command, run that on the binary (meaning the file /usr/bin/make).
era
View Public Profile
Visit era's homepage!
Find all posts by era