[fpc-pascal] How can I implement "thrice" in Free Pascal?
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Oct 31 18:36:01 CET 2011
On 31 Oct 2011, at 18:29, Andrew Pennebaker wrote:
> Jonas, "make install" does, however, overwrite /usr/local/bin/fpc, which is
> not a symlink, with an old version during install. Try running fpc -version
> halfway and after "make install".
The "fpc" binary does not have a version number. It reports the version number of the compiler binary that it finds.
Jonas
PS: "-version" does not mean "print the version". It means enable the e, r, s, i, o and n verbosity switches (but your /etc/fpc.cfg probably contains the -l switch, and the logo includes the version number). -iV is the command line option to make the compiler prints just its version.
More information about the fpc-pascal
mailing list