On 06/02/2021 10:07 am, Bo Berglund via fpc-pascal wrote: > How do you manage different versions of the compiler in Lazarus?
This is where I believe MSEide does things much better that Lazarus, but that's for another discussion. In Lazarus under "Tools -> Options... -> Compiler executable" I have a drop-down list of frequently used compilers versions. They all look as follows - just with the version in the path being different. /data/devel/fpc-3.2.0/x86_64-linux/bin/fpc My ~/bin/fpc always point to the latest stable FPC version, but I hardly ever use it (maybe only for occasional command line compilation of small test programs). My IDEs always explicitly define which FPC executable I want to use. My IDEs never reference the one in ~/bin/ Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal