Re: [fpc-pascal] OT: Listing fpc options Was: Using a custom fpc.cfg

2014-07-09 Thread Mark Morgan Lloyd
Tomas Hajny wrote: grep -e "^F\*" < fpcsrc/compiler/msg/errore.msg | cut -c3- | sed -e "s/^1/-/" -e "s/^2/ -/" -e "s/_/ /" Apologies for being off-topic. I am interested in what it is safely compatible to do across various environments in clever compile scripts. Combining it would be inde

Re: [fpc-pascal] OT: Listing fpc options Was: Using a custom fpc.cfg

2014-07-08 Thread Tomas Hajny
On Wed, July 9, 2014 00:35, joha...@nacs.net wrote: > On Tue, Jul 08, 2014 at 01:21:07PM +0200, Tomas Hajny wrote: >>On Tue, July 8, 2014 12:07, Mark Morgan Lloyd wrote: >>> Tomas Hajny wrote: >>> > Incidentally, how does one get a list of fpc's > options? I don't mean fpc -h since that ac

[fpc-pascal] OT: Listing fpc options Was: Using a custom fpc.cfg

2014-07-08 Thread johanns
On Tue, Jul 08, 2014 at 01:21:07PM +0200, Tomas Hajny wrote: On Tue, July 8, 2014 12:07, Mark Morgan Lloyd wrote: Tomas Hajny wrote: Incidentally, how does one get a list of fpc's options? I don't mean fpc -h since that actually shows ppcXXX's options, but how does one get minimal info on f