Forum: Compiler & IDEs gcc + raspian = No manual entry for gcc


von Transistorfips (Gast)


Lesenswert?

Komische Sache hier... ich hab das neueste, 3GB fette Raspian Image 
installiert und trotzdem fehlt scheinbar die Hälfte...

man gcc
wirft:
man: can't set the locale; make sure $LC_* and $LANG are correct
No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.

kurz vorher die locales erzeugt (gab's denn nicht schon default 
welche?):
pi@raspberrypi ~/c-stuff $ sudo locale-gen
Generating locales (this might take a while)...
  de_DE.UTF-8... done
  en_GB.UTF-8... done
Generation complete.

Und unter root:
root@raspberrypi:/home/pi/c-stuff# man gcc
Kein Handbucheintrag für gcc vorhanden
Siehe auch »man 7 undocumented« für Hilfe, wenn Handbuchseiten nicht 
verfügbar sind.

gcc ist natürlich installiert, den hab ich gerade benutzt.


Was ist da los?

von Schaulus Tiger (Gast)


Lesenswert?

da gibt's Probleme mit der Lizenz:

> This documentation is licensed under the terms of
> the GNU Free Documentation License, and contains
> invariant sections, so it can't be part of Debian main.

https://packages.debian.org/jessie/gcc-4.9-doc
https://people.debian.org/~srivasta/Position_Statement.xhtml
http://en.wikipedia.org/wiki/GNU_Free_Documentation_License
http://www.gnewsense.org/Projects/DocRejectedByDebian

Du brauchst ja sowieso viel mehr als die man pages, da kannst du auch 
gleich aus der Quelle schöpfen:
https://gcc.gnu.org/onlinedocs/

von Transistorfips (Gast)


Lesenswert?

Hallo Tiger, dake für den Hinweis.
Seltsam... auf meinem LinuxMint bekommme ich mit man gcc die manpages 
angezeigt. Scheinbar ist dieses OS nicht auf Debian basierend - und 
deswegen auch für Nicht-Inselbegabte benutzbar...

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.