QX_NATIVE_LINKER

Specifies what linker is used for creating object cache on .

Syntax:

QX_NATIVE_LINKER={MSVC, MINGW, MINGW_MSVC}

Possible values:

MSVC

sets the Microsoft Visual Studio native linker as the current linker

MINGW

sets the MinGW linker as the current linker

MINGW_MSVC

sets the MinGW linker as the current linker.

Otherwise, uses the Microsoft Visual Studio native linker.

Usage and examples:

By default - if QX_NATIVE_LINKER is not set or if it is set to the unsupported value - Lycia will look for the Microsoft Visual Studio native linker and use it, if found.

Otherwise, the MinGW linker will be used.

MinGW linker is installed together with Lycia. You can exclude it from the installation, if you wish. But in this case you must ensure that Microsoft Visual Studio linker is installed because otherwise, object cache will not be created, and you will not be able to run your applications:

By setting QX_NATIVE_LINKER you directly tell Lycia what linker to use for building the object cache:

QX_NATIVE_LINKER=MINGW

QX_NATIVE_LINKER applies at deployment or during the first run of an application and can be set in inet.env, env.properties, and environ.bat.

 

You can check what linker was used to create the object cache by following these steps:

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.