« 今日の読書 | Main | デマングル(demangle) »

2006.02.04

gccで調べ物

gccコマンドとg++コマンドの違いが分からないのでman gccと格闘

g++ is a program that calls GCC with the default language set to C++, and automatically specifies linking against the C++ library.

なんでagainstが使われているか分からないけど、ファイルをデフォでC++にして、
自動的にC++ライブラリをリンクしてくれるみたい。

|

« 今日の読書 | Main | デマングル(demangle) »

Comments

The comments to this entry are closed.

TrackBack


Listed below are links to weblogs that reference gccで調べ物:

« 今日の読書 | Main | デマングル(demangle) »