This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: COMPILER_PATH question


On 26 May 2012 00:08, Chih Wang wrote:
>
>> gcc test.cc -o myout -lstdc++

In case it's not obvious, a simpler form of that command is:

g++ test.cc -o myout


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]