Ah OK. I did put a great big "NEWBIE" warning ;-). Unfortunately though, the 
linux build still doesn't work as it errors out with:
    
    
    /tmp/ccb40CFm.o: In function `nimLoadLibrary':
    stdlib_system.c:(.text+0x6b6c): undefined reference to `dlopen'
    /tmp/ccb40CFm.o: In function `nimGetProcAddr':
    stdlib_system.c:(.text+0x6cb5): undefined reference to `dlsym'
    collect2: error: ld returned 1 exit status
    cp: cannot stat 'linux.exe': No such file or directory
    
    
    Run

I fully expect that is a missing dependency too, but `apt install libltdl-dev` 
(which came up in `apt search dlopen`) didn't fix it either. 

Reply via email to