help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: g++ produces large executables on AIX 5.2


From: David
Subject: Re: g++ produces large executables on AIX 5.2
Date: Wed, 17 Jun 2009 07:51:20 -0700 (PDT)
User-agent: G2/1.0

Just reliased I omitted the syntax I was using to build the g++ and
xlC versions:


> If I compile this twice, using g++ and xlC:
>

$ g++ test.cpp -o g++.out
$ xlC test.cpp -o xlC.out

> -rwxr-xr-x   1 david    staff       1120169 Jun 17 14:38 g++.out
> -rwxr-xr-x   1 david    staff         61883 Jun 17 14:39 xlC.out
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]