I now am able to build procps, see also http://www.mail-archive.com/[email protected]/msg06076.html
_______________________________________________________________ > This is because you have an undocumented ordering in the makefile; the > top-level makefile says: > > -include */module.mk > > However, some of these various module.mk files depend on each other, in > particular the ps/module.mk makefile uses LIBPROC, which is set in > proc/module.mk (there may be others, too, I didn't check closely). Paul, Many thanks for your incredibly quick and informative response. Sure enough, changing that -include line to the following allows procps to be built with make-3.81.91 successfully: -include proc/module.mk ps/module.mk _________________________________________________________________ So I added it, and now it does compile Urs -- GMX.ch - Schweizer FreeMail-Dienst mit über 800.000 Mitgliedern E-Mail & mehr! Kostenlos: http://portal.gmx.net/de/go/chfreemail
make-order.patch
Description: Binary data
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
