Actually I did but result was: `Dynamic loading not supported`

`writev(2, [{iov_base="", iov_len=0}, {iov_base="Dynamic loading not 
supported", iov_len=29}], 2Dynamic loading not supported) = 29`

As I can see, with default gcc I am able to build statically, but nevertheless 
default gcc still depends on calls so it is not a solution.

`/usr/bin/ld: /home/marek/.cache/nim/resticw_d/stdlib_system.nim.c.o: in 
function `nimLoadLibrary': stdlib_system.nim.c:(.text+0x1227d): warning: Using 
'dlopen' in statically linked applications requires at runtime the shared 
libraries from the glibc version used for linking`

Reply via email to