vine-users ML アーカイブ



[vine-users:055974] Re: C++ コンパイル

  • From: syun <syun@xxxxxxx>
  • Subject: [vine-users:055974] Re: C++ コンパイル
  • Date: Tue, 19 Nov 2002 23:19:37 +0900
> man の使い方を覚えましょう  man man  と書けば、 Linux 的話題?
> 
> man c++ とやっても出てこない。
> man cc とやっても出てこない。
> 
> ところが、man gcc とすれば…
> 
> じゃあ、この類推で…

-k オプションも割と良いっすよ。

たとえば、

[syun@namfon syun]$ man -k c++
c++decl [cdecl]      (1)  - Compose C and C++ type declarations
c++filt              (1)  - Demangle and Java symbols
c++filt [mipsel-linux-c++filt] (1)  - Demangle and Java symbols
cdecl                (1)  - Compose C and C++ type declarations
g++                  (1)  - GNU project C++ Compiler
g++ [gcc]            (1)  - GNU project C and C++ Compiler (gcc - 2.96)
gcc                  (1)  - GNU project C and C++ Compiler (gcc - 2.96)

こんな感じ。