I think there's something else that's wrong:
    
    
    Temporary breakpoint 1, main (argc=4, args=0x7fffffffd1c8, 
env=0x7fffffffd1f0)
        at 
/home/marko/.choosenim/toolchains/nim-2.0.2/lib/std/private/ospaths2.nim:217
    217      break
    (gdb) backtrace
    #0  main (argc=4, args=0x7fffffffd1c8, env=0x7fffffffd1f0) at 
/home/marko/.choosenim/toolchains/nim-2.0.2/lib/std/private/ospaths2.nim:217

This looks to me like the symbol table is not right. When I look at line 217 in 
that file, there's no `main` function anywhere near...

Reply via email to