On Tue, Oct 21, 2003 at 07:36:57PM +0200, Kostantino wrote:
> Hi.
> In the INSTALL file I read:
>
> --enable-optimization=VALUE enables you to set optimization
> to a higher level as the default (-O), for example
> --enable-optimization=-O3.
>
> So I give the following configure command:
>
> .
John Levon wrote:
>
> On Tue, Oct 21, 2003 at 07:36:57PM +0200, Kostantino wrote:
>
> > but after the make command I read:
> >
> > g++: unrecognised option '-03'
>
> You typed zero-three "-03" instead of oh-three "-O3". See ?
>
Oh! Good spotting John. I can't believe how stupid IBM was
On Tue, Oct 21, 2003 at 07:36:57PM +0200, Kostantino wrote:
> but after the make command I read:
>
> g++: unrecognised option '-03'
You typed zero-three "-03" instead of oh-three "-O3". See ?
regards
john
--
Khendon's Law:
If the same point is made twice by the same person, the thread
Kostantino wrote:
>
> Hi.
> In the INSTALL file I read:
>
> --enable-optimization=VALUE enables you to set optimization
>to a higher level as the default (-O), for example
> --enable-optimization=-O3.
>
> So I give the following configure command:
>
> ./configure --with-frontend=qt --enable
Hi.
In the INSTALL file I read:
--enable-optimization=VALUE enables you to set optimization
to a higher level as the default (-O), for example
--enable-optimization=-O3.
So I give the following configure command:
./configure --with-frontend=qt --enable-optimization=-O3
but after the make comman