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

Laurent Carlier lordheavym at ...176...
Sun Aug 10 21:14:38 CEST 2008


Le Sunday 10 August 2008 21:09:24 Kari Laine, vous avez écrit :
> Hi,
>
> On Sun, Aug 10, 2008 at 9:34 PM, Laurent Carlier 
<lordheavym at ...176...>wrote:
> > a ./reconf too is necessary (before configure)
> >
> > ++
>
> Thanks little better now. Only one instance where -O3 is applied. This time
> in gbc
>
> 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
>
>
>
> Best Regards
> Kari

Because this one (Makefile.am) isn't modified. To change this search for -O3 in 
the Makefile.am in main/gbc/ and replace it with $(optimized_CFLAGS) then 
./reconf ....
 
++





More information about the Devel mailing list