[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
Top Document: comp.unix.aix Frequently Asked Questions (Part 4 of 5)
Previous Document: 2.17: How do I make an export list from a library archive?
Next Document: 2.20: How can tell what shared libraries a binary is linked with?
-
Search the FAQ Archives
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
Top Document: comp.unix.aix Frequently Asked Questions (Part 4 of 5)
Previous Document: 2.17: How do I make an export list from a library archive?
Next Document: 2.20: How can tell what shared libraries a binary is linked with?
2.19: Building imake, makedepend
[Editor's note: if you have AIX 4.x, you need the X11.adt.imake LPP
and probably most if not all of the X11.adt.* LPPs. Imake, xmkmf and
other utilities are delivered precompiled.]
You need X11dev.src release 1.2.3.0 (ie the R5 release) [on AIX 3.2].
Unless you have an R5 release of AIXwindows, there is no xmkmf.
These are the steps that I use to make imake, makedepend and all
of it's config files, and then install them in the working tree
(ie not the Xamples) for daily use:
cd /usr/lpp/X11/Xamples
make Makefile
make SUBDIRS="config util" Makefiles
make SUBDIRS="config util" linklibs
make SUBDIRS="config util" depend
make SUBDIRS="config util"
make SUBDIRS="config util" install
Then redo the steps everytime you apply an X11 update.
Top Document: comp.unix.aix Frequently Asked Questions (Part 4 of 5)
Previous Document: 2.17: How do I make an export list from a library archive?
Next Document: 2.20: How can tell what shared libraries a binary is linked with?
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
bofh@mail.teleweb.pt (Jose Pina Coelho)
Last Update October 22 2009 @ 05:22 AM