S
S
Sergey Karbivnichy2018-02-28 11:18:10
linux
Sergey Karbivnichy, 2018-02-28 11:18:10

What books to read about programming for GNU/Linux?

Interested in books that discuss utilities in detail: make, autoconf, automake, various build systems. Also the gcc compilers. I'm also interested in books that cover building programs from source in more detail than just ./configure && make && make install. Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey Akimov, 2018-02-28
@hottabxp

Bruce Moley - Unix/Linux. Theory and practice of programming. (2002)

Z
Zr, 2018-02-28
@Zr

> Interested in books that discuss utilities in detail: make, autoconf, automake. Also compilers [from] gcc.
And in the documentation that comes with these programs, do you think they are considered *not enough* in detail?
You probably won't be typing this, but rather reading it in hypertext (either in Emax or HTML), but since the page is probably still the most intuitive unit:

$ pdf-page-count make/*.pdf autoconf/*.pdf automake/*.pdf gcc/*.pdf
212	make/make.pdf
394	autoconf/autoconf.pdf
184	automake/automake.pdf
28	gcc/cppinternals.pdf
85	gcc/cpp.pdf
84	gcc/gccinstall.pdf
766	gcc/gccint.pdf
922	gcc/gcc.pdf
TOTAL: 2675

Two and a half thousand pages of fascinating details await you. :-)

D
DollyPapper, 2018-02-28
@DollyPapper

Advanced programming in the unix environment
The practice of programming
About the general culture:
E. Raymond The art of UNIX programming
You might also like the author Robert Love, you can read about system programming and other delights in ngeo and about the kernel.

M
marataziat, 2018-02-28
@marataziat

J. Fusco "Linux Programmer's Guide"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question