Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which AIX fileset do I find MAKE utility?

Status
Not open for further replies.

KOG

MIS
Jan 31, 2002
303
GB
Hi

How can you find which fileset has the MAKE utilty?

Is it on CD1?

Regards

K
 
The aix make util should be in bos.adt.base. I don't know if it's on CD1 or not.
 
to find what fileset a file belongs to, use:

lslpp -w <file>

Regards,
Chuck
 
Many thanks for the brill tips.

Cheers and have a nice weekend

K
 
its in the following filesets


which_fileset make
/usr/bin/make -> /usr/ccs/bin/make bos.adt.base 5.1.0.0
/usr/ccs/bin/make bos.adt.base 5.1.0.0


also u can download make from gnu site (gmake) because some third part program needs that
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top