Re: [fpc-pascal] debugging version of RTL

2008-11-10 Thread Tomas Hajny
On Mon, November 10, 2008 00:53, Marc Santhoff wrote: > Am Sonntag, den 09.11.2008, 23:46 + schrieb Henry Vermaak: >> 2008/11/9 Marc Santhoff <[EMAIL PROTECTED]>: >> > Hi, >> > >> > how can I build the RTL and other packages containing debug symbols? >> > >> > Is it sufficient to do sth. like:

Re: [fpc-pascal] debugging version of RTL

2008-11-09 Thread Marc Santhoff
Am Sonntag, den 09.11.2008, 23:46 + schrieb Henry Vermaak: > 2008/11/9 Marc Santhoff <[EMAIL PROTECTED]>: > > Hi, > > > > how can I build the RTL and other packages containing debug symbols? > > > > Is it sufficient to do sth. like: > > > > cd rtl > > > > make clean allinstall > > you can pas

Re: [fpc-pascal] debugging version of RTL

2008-11-09 Thread Henry Vermaak
2008/11/9 Marc Santhoff <[EMAIL PROTECTED]>: > Hi, > > how can I build the RTL and other packages containing debug symbols? > > Is it sufficient to do sth. like: > > cd rtl > > make clean allinstall you can pass OPT="-gl -O-" to make instead of editing the Makefile.fpc. Use CROSSOPT if you're cr

[fpc-pascal] debugging version of RTL

2008-11-09 Thread Marc Santhoff
Hi, how can I build the RTL and other packages containing debug symbols? Is it sufficient to do sth. like: cd rtl make clean allinstall ? TIA, Marc ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/lis