Nice to see someone who says something constructive. Would you mind if

> you can point me to a HOWTO on how to do that. I will be pleased to
> help. I supose that I must compile gnumeric with debugging simbols
> first, as someone stated before. And run gdb or ddd.



Hi,
There is no howto, but I think I know how it is done.

cd /usr/ports/math/gnumeric
make configure
cd w-gnumeric-x.x.x/gnumeric-x.x.x
vi Makefile

Now you need to add in the -g switch to compile with symbols (as you
correctly stated). If you are lucky you will have a variable ${CC}, which
you can add the switch to.

then cd ../..
make install

This is still on the wrong list btw.

Also give this a read so you know how ports actually work:
http://openbsd.org/porting.html

Also read the man page for bsd.port.mk

Hope that helps.

Regards

Edd

Reply via email to