You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented correct -l internally in CJIT since 0.15 so now this flag works as expected on gnu/linux systems.
It can be improved on Windows with a %s.dll file path rendering, which will anyway always need the lib to be in system paths or placed together in the same source path.
Test ways to link libraries, either by adding them as commandline arguments or by using a
-l
optionThe
-l
option can be easily implemented using:internally added on top of the source to be executed.
The text was updated successfully, but these errors were encountered: