[Gambas-devel] signal 11 when rendering graphics using gb.image
Benoît Minisini
gambas at ...1...
Sat Dec 18 19:46:25 CET 2010
> On 12/18/2010 09:10 AM, Benoît Minisini wrote:
> > You must enabled core dumps on your machine, and use gdb on it to get a
> > backtrace after your program has crashed. Or use gdb directly.
> >
> > Do compile gambas without optimizations before.
> >
> > $ cd /xxxx/trunk
> > $ make clean
> > $ make "CFLAGS=-O0 -g" "CXXFLAGS -00 -g"
> > ...
> > $ sudo make install
> > ...
> > $ cd /yyyy/Sanctimonia
> > $ gdb gbx3
> > (gdb) run
> > ...
> > *crash*
> > (gdb) bt
>
> Everything went fine up until the command:
>
> make "CFLAGS=-O0 -g" "CXXFLAGS -00 -g"
>
> When I run that I get:
>
> make: *** No rule to make target `CXXFLAGS -00 -g'. Stop.
>
> Is that what it's supposed to say?
I forgot an "="!
$ make "CFLAGS=-O0 -g" "CXXFLAGS=-00 -g"
--
Benoît Minisini
More information about the Devel
mailing list