I somehow lost the man pages for gcc and g ++. I'm not sure where and what to look for. I am pretty sure that the character pages that once worked worked. It also works on my Mac at work, where I use roughly the same setting. Could there be a problem with brew? Or is this a bug in the Xcode command line tools?
Update: I just tried reinstalling the Xcode command line tools. Bad luck.
~ β man gcc No manual entry for gcc ~ β which gcc /usr/bin/gcc ~ β gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix
gcc homebrew manpage man macos
Jan Deinhard
source share