There is (or was) a disclaimer in the book somewhere near the beginning of the shared compilation that warns against compiling multiple packages at once. I don't know if that means it's impossible, but it obviously caused the maintainer(s) enough grief that they put the disclaimer in there. I would guess one of the big hurdles is that in chapter 6, you're compiling in a specific order. Packages later in the chapter begin to depend on the packages compiled earlier. Potential headaches galore.
|