People ask "how do I learn compilers" in some form or other every few weeks. Someone immediately replies "read the dragon book". This is very bad advice for a compiler newbie (see discussion)
If you find yourself in this position, please recommend "Engineering a Compiler" by Keith Cooper/Linda Torczon, or "Modern Compiler Implementation in X" (where X should probably be Java, maybe C), by Andrew Appel. These are excellent introductions to compiler for beginners.
Please also vote down answers where the answerer says only "read the Dragon Book", without a qualifying remark.

Discussion:
The Dragon Book is a very thorough book, with detailed discussion of theory (especially about parsing). However, this level of detail and theory does not make it a good introductory book. In contrast, the books above present very clearly how to build a compiler, avoiding theory where it is not useful. This makes them superior recommendations for beginners.
The Dragon Book is best suggested for intermediate compiler authors, though they are likely to know of it already.
Partial list of questions so answered
- http://stackoverflow.com/questions/1489089/how-to-create-a-compiler-in-vb-net
- http://stackoverflow.com/questions/41785/learning-resources-on-parsers-interpreters-and-compilers
- http://stackoverflow.com/questions/411682/introduction-to-static-analysis
- http://stackoverflow.com/questions/1156363/create-a-compiler-for-windows
- http://stackoverflow.com/questions/514367/compilers-and-beyond
- http://stackoverflow.com/questions/453870/suggestions-for-writing-a-programming-language
- http://stackoverflow.com/questions/183882/interesting-compiler-projects
- http://stackoverflow.com/questions/10216/what-are-the-best-resources-on-designing-a-new-language
- http://stackoverflow.com/questions/1553594/what-is-the-good-approach-to-build-a-new-compiler
- http://stackoverflow.com/questions/13537/bootstrapping-a-language
- http://stackoverflow.com/questions/1419269/what-happens-when-i-compile
- http://stackoverflow.com/questions/985837/compiler-design-resources
- http://stackoverflow.com/questions/708231/need-help-understanding-compilers-hll-assembly
- http://stackoverflow.com/questions/1049927/unable-to-understand-compilers-main-optimizations
- http://stackoverflow.com/questions/1085490/how-do-c-c-compilers-work
- http://stackoverflow.com/questions/424796/are-there-any-compiler-lectures-available-via-video
- http://stackoverflow.com/questions/1515940/learning-how-programming-languages-work
- http://stackoverflow.com/questions/1177652/taking-a-compilation-course-in-undergraduate-cs-studies-useful