David Niklas wrote: > I tried using apt to search for gcc's doc package to no avail. Of course, > I can bring up a very brief info page, but I'm talking the "full length > everything explained" version. > > Where is the gcc info page?
If you want the Info page for gcc-14 (the default), you can get it by installing gcc-doc, which depends on gcc-14-doc (which has the actual Info page). But I think you need to have both contrib (for gcc-doc) and non-free (for gcc-14-doc) enabled. regards, mike

