On 12/22/2014 05:19 PM, J S wrote:
In my cursory examination, it appears that lazarus looks in a hardwired directory for configuration information. If this is true, it seems very, very wrong to me. My expectation was that there would be a configuration file for lazarus in the current search path that would guide its compilation.
It's easy: If you compile Lazarus from within Lazarus, it uses the same compiler as it uses for all other projects. And you can set this compiler in the configuration. There's nothing strange here.
If you build from the command-line, the compiler in your path is used, unless you provide one in the command-line.
Joost. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
