Re: Configuring the makefile

2003-10-21 Thread Andre Poenitz
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: > > .

Re: Configuring the makefile

2003-10-21 Thread Garst R. Reese
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

Re: Configuring the makefile

2003-10-21 Thread John Levon
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

Re: Configuring the makefile

2003-10-21 Thread Garst R. Reese
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

Configuring the makefile

2003-10-21 Thread Kostantino
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