LLI: How to add a static archive (.lib or .a) to the xecution path

Hello Everybody

How to add a static archive to the llipath. LLI provides an option to load a DLL with --dlopen=<string> but i did not found an equivalent for a static archive.

–dlopen= for shared library, add search patch with export LD_LIBRARY_PATH=XXX

Thanks Allen for your tip on Linux, but my question was more for the Windows platform?