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

Laurent Carlier lordheavym at ...176...
Sun Aug 10 20:34:23 CEST 2008


Le Sunday 10 August 2008 20:33:51 Kari Laine, vous avez écrit :
> 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

a ./reconf too is necessary (before configure)

++





More information about the Devel mailing list