Sometimes I want to build Python or GCC from scratch just for fun, but I can't parse the errors I get, or don't understand statements like "libtool link error # XYZ". What are some tricks that unix/systems gurus use to compile software of this size from scratch?
Of course I already do things like read config.log (if there is one), google around, and post in newsgroups. I'm looking for things that either
- make the process go smoother or
- get me more information about the error to help me understand and fix it.
It's a little tough to get this information sometimes, because some compile bugs can be quite obscure. What can I do at that point?