[C-Backend]
Not sure how to ask this but is there a way to link with additional libraries so i could use -lX11 or -lGL... on Linux for example?
[C-Backend] Linking libraries?
Re: [C-Backend] Linking libraries?
Yup, check out Import/ImportC/EndImport. 
I'm not much of a Linux dev, but I think? You can pass something like -lmylib directly to the Import statement.

I'm not much of a Linux dev, but I think? You can pass something like -lmylib directly to the Import statement.
Re: [C-Backend] Linking libraries?
You can pass in linker commands with -Wl flag to help resolve problems to static libs
viewtopic.php?t=51656
viewtopic.php?t=51656