[Gambas-devel] I am using ddd to debug - problem

Kari Laine klaine8 at ...176...
Sun Aug 10 20:33:51 CEST 2008


On Sun, Aug 10, 2008 at 9:12 PM, Laurent Carlier <lordheavym at ...176...>wrote:

> > > Hi,
> >
> > thanks for the effort. I run ./reconf-all. Then copied those two files in
> > their postions and ran ./configure --disable-optimization. Then ran make
> >
> > make_log.txt. From the make_log.txt I still found some files compiled
> with
> > -O0 -O3 so optimization is on. Next some cuts from log.
> >
> > if gcc -DHAVE_CONFIG_H -I. -I.. -I../share    -I../libltdl
> > -I/usr/local/lib/libffi-3.0.4/include
> > -DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value
> > -fsigned-char -fvisibility=hidden -g -O0 -O3 -MT gbx3-gb_error.o -MD -MP
> > -MF ".deps/gbx3-gb_error.Tpo" -c -o
> > gbx3-gb_error.o `test -f 'gb_error.c' || echo './'`gb_error.c; then mv -f
> > ".deps/gbx3-gb_error.Tpo" ".deps/gbx3-gb_error.Po"; else rm -f
> > ".deps/gbx3-gb_error.Tpo"; exit 1; fi
> >
> > if gcc -DHAVE_CONFIG_H -I. -I.. -I../share    -I../libltdl
> > -I/usr/local/lib/libffi-3.0.4/include
> > -DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value
> > -fsigned-char -fvisibility=hidden -g -O0 -O3 -MT gbx3-gbx_exec_loop.o -MD
> > -MP -MF ".deps/gbx3-gbx_exec_loop.Tpo" -c -o gbx3-gbx_exec_loop.o `test
> -f
> > 'gbx_exec_loop.c' || echo
> > './'`gbx_exec_loop.c; then mv -f ".deps/gbx3-gbx_exec_loop.Tpo"
> > ".deps/gbx3-gbx_exec_loop.Po"; else rm -f ".deps/gbx3-gbx_exec_loop.Tpo";
> > exit 1; fi
> >
> > if gcc -DHAVE_CONFIG_H -I. -I.. -I../share -I../libltdl
> > -DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value
> > -fsigned-char -fvisibility=hidden -g -O0 -O3  -MT gbc3-gb_table.o -MD -MP
> > -MF ".deps/gbc3-gb_table.Tpo" -c -o gbc3-gb_table.o `test -f 'gb_table.c'
> > || echo './'`gb_table.c; then mv -f ".deps/gbc3-gb_table.Tpo"
> > ".deps/gbc3-gb_table.Po"; else rm -f ".deps/gbc3-gb_table.Tpo"; exit 1;
> fi
> >
> > I am not sure I am not misunderstanding something. But here it seems -O3
> is
> > added from somewhere. Sorry that I cannot fix it (yet).
> >
> > Best Regards
> > Kari
>
> try with ./configure --enable-optimization=no
>
> Regards,
>

Hi,

I got the same result. I will test more tomorrow. Thanks again.

Best Regards
Kari
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20080810/a07bea46/attachment.html>


More information about the Devel mailing list