Re:[fpc-pascal] fpc does not invoke correct compiler

2013-05-04 Thread denisgolovan
Ok, I see. Thanks for the explanation. Regards, Denis Golovan ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpc does not invoke correct compiler

2013-05-04 Thread Marco van de Voort
In our previous episode, denisgolovan said: > I experience inconsistency using fpc wrapper. > See below. > > When I invoke fpc using command line "fpc -Px86_64 ..." it correctly executes > cross-compiler (ppcrossx64) under Linux 32 bit. > But if I try to push -Px86_64 into a separate file (opts.

[fpc-pascal] fpc does not invoke correct compiler

2013-05-04 Thread denisgolovan
Hi all I experience inconsistency using fpc wrapper. See below. When I invoke fpc using command line "fpc -Px86_64 ..." it correctly executes cross-compiler (ppcrossx64) under Linux 32 bit. But if I try to push -Px86_64 into a separate file (opts.cfg) and run with "fpc @opts.cfg" it just execu