[Lazarus] Leftover ppas.sh file

2009-07-14 Thread Graeme Geldenhuys
Hi, Whenever I do a Quick Compile (Ctrl+Shift+F9 on my system), there is always a temp file remaining in the default output directory. The file is ppas.sh on my Linux system. Is there a reason why that file remains after the Quick Compiler and never gets deleted by Lazarus? Or is this an

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Henry Vermaak
2009/7/14 Graeme Geldenhuys grae...@opensoft.homeip.net: Hi, Whenever I do a Quick Compile (Ctrl+Shift+F9 on my system), there is always a temp file remaining in the default output directory. The file is ppas.sh on my Linux system. Is there a reason why that file remains after the Quick

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Graeme Geldenhuys
Thanks for the quick reply Henry. Henry Vermaak wrote: This file is created by fpc if you call it with -sh. Assembler and linker isn't called, so presumably that's where the quick compile comes from. That's correct - or at least that is how I understood it as well. But I did not know fpc

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Mattias Gaertner
On Tue, 14 Jul 2009 10:08:01 +0100 Henry Vermaak henry.verm...@gmail.com wrote: 2009/7/14 Graeme Geldenhuys grae...@opensoft.homeip.net: -- 8 -- But as I mentioned, if FPC is the one creating the file, surely it should be responsible for clean up afterwards. The point of -sh is to

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Graeme Geldenhuys
Mattias Gaertner wrote: If you know an option to omit creating the linker/assembler files as well, we can add that. If such an option doesn't exist, maybe we can ask the FPC team to extend the compiler to support it? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Mattias Gaertner
On Tue, 14 Jul 2009 13:29:34 +0200 Graeme Geldenhuys grae...@opensoft.homeip.net wrote: Mattias Gaertner wrote: If you know an option to omit creating the linker/assembler files as well, we can add that. If such an option doesn't exist, maybe we can ask the FPC team to extend the

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Henry Vermaak
2009/7/14 Mattias Gaertner nc-gaert...@netcologne.de: On Tue, 14 Jul 2009 13:29:34 +0200 Graeme Geldenhuys grae...@opensoft.homeip.net wrote: Mattias Gaertner wrote: If you know an option to omit creating the linker/assembler files as well, we can add that. If such an option doesn't

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Michael Van Canneyt
On Tue, 14 Jul 2009, Henry Vermaak wrote: 2009/7/14 Mattias Gaertner nc-gaert...@netcologne.de: On Tue, 14 Jul 2009 13:29:34 +0200 Graeme Geldenhuys grae...@opensoft.homeip.net wrote: Mattias Gaertner wrote: If you know an option to omit creating the linker/assembler files as well, we

Re: [Lazarus] Leftover ppas.sh file

2009-07-14 Thread Henry Vermaak
2009/7/14 Michael Van Canneyt mich...@freepascal.org: The whole idea of -Cn is to have ppas.sh and link.res, so the link.res can be examined, modified and then call the linker manually. I'd say that's what the -s* options are for. -Cn and -E are aliases and they seem to do the same thing as