On Fri, 18 Aug 2006 16:10:58 +0000
Mark Morgan Lloyd <[EMAIL PROTECTED]> wrote:

> Marco van de Voort wrote:
> 
> > fpc -h | grep -Xd
> 
> OK, but is there anything that will cause the compiler to dump what
> it considers to be its search paths etc., like Perl's -V option?
 
fpc -va test.pas | grep "unit path"

To avoid localization:
fpc -Fr/path/to/your/fpc/compiler/msg/errore.msg \
  -va test.pas | grep "unit path"


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to