[fpc-pascal] FPC under CentOS x64
Jonas Maebe
jonas.maebe at elis.ugent.be
Sat Jun 22 21:46:33 CEST 2013
On 22 Jun 2013, at 20:24, Robert Wolfe wrote:
> On 06/22/2013 09:38 AM, Jonas Maebe wrote:
>> And
>> file `which fpc`
>
> [robert at shell ~]$ file 'which fpc'
> which fpc: cannot open `which fpc' (No such file or directory)
FWIW, it should have been
file `which fpc`
not
file 'which fpc'
(backticks mean "replace what's between the backticks with the output of that command")
Jonas
More information about the fpc-pascal
mailing list