[fpc-devel] Compiling FPC with DEBUG

2011-06-28 Thread Marcos Douglas
Hi, I compile FPC with success using my tutorial: http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Questions: 1- How can I compile all packages with DEBUG option? 2- How can I compile just one package, eg fcl-xml, with DEBUG

Re: [fpc-devel] Compiling FPC with DEBUG

2011-06-28 Thread Flávio Etrusco
On Tue, Jun 28, 2011 at 9:23 AM, Marcos Douglas m...@delfire.net wrote: Hi, I compile FPC with success using my tutorial: http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Questions: 1- How can I compile all packages with

Re: [fpc-devel] Compiling FPC with DEBUG

2011-06-28 Thread Marcos Douglas
2011/6/28 Flávio Etrusco flavio.etru...@gmail.com On Tue, Jun 28, 2011 at 9:23 AM, Marcos Douglas m...@delfire.net wrote: Hi, I compile FPC with success using my tutorial: http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29

Re: [fpc-devel] Compiling FPC with DEBUG

2011-06-28 Thread Flávio Etrusco
Thanks, I will try. BTW, what that mean DEBUG=1? Is it exists =2, =3, etc? AFAIK no. 2) Did you try running make inside the dir with debug then running the normal compileinstall procedure? No, I didn't because I didn't know this procedure. AFAICT fpc-pascal was ok (if not better) for

[fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Hi, I usually compile fpc with make clean all, this builds everything for RELEASE. How can I compile this with Debug info? Thanks, in advance, Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist -

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 5:11 PM, Leonardo M. Ramé martinr...@yahoo.com wrote: Hi, I usually compile fpc with make clean all, this builds everything for RELEASE. How can I compile this with Debug info? make clean all OPT=params_here Like this:

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
] Compiling FPC with Debug info To: FPC developers' list fpc-devel@lists.freepascal.org Date: Thursday, February 24, 2011, 6:32 PM On Thu, Feb 24, 2011 at 5:11 PM, Leonardo M. Ramé martinr...@yahoo.com wrote: Hi, I usually compile fpc with make clean all, this builds everything for RELEASE. How

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Henry Vermaak
On 24 February 2011 20:56, Leonardo M. Ramé martinr...@yahoo.com wrote: Thanks Marcos, I used make clean all OPT=-g and aparently it didn't include debugging info. How can I check that? Try OPT=-gl -O-. You can check the .o files with the file command. This will tell you if it's stripped or

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Thanks, now I can debug fpc packages!. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 2/24/11, Henry Vermaak henry.verm...@gmail.com wrote: From: Henry Vermaak henry.verm...@gmail.com Subject: Re: [fpc-devel] Compiling FPC with Debug info To: FPC developers' list fpc-devel

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 7:52 PM, Leonardo M. Ramé martinr...@yahoo.com wrote: Thanks, now I can debug fpc packages!. Very good! I did not answer your another question because Henry did. Marcos Douglas ___ fpc-devel maillist -