Spydr
Spydr
When implementing this, I'll improve the `with` statement too. currently, this uses a clunky `[drop]` compiler directive, which is far from perfect. In the future I want there to be...
Which Ubuntu version?
Thanks, was able to reproduce it in a VM, fixing rn!
Hopefully fixed with https://github.com/Spydr06/CSpydr/commit/cffa67d6c61ad42f63d46eaa08ddd086bce3354d
Did this fix it?
Sure, no pressure
Can you check your dynamic linker using ldd on the generated executable? It works in my Ubuntu 23.10 VM
Or try linking statically
That seems alright. Can you try linking statically using `--static` on the compiler? Also, what error does your shell give you if you just try to run `helloworld.out` Sorry for...
Ok that's _very_ weird... The "No such file or directory" error could also mean an issue during the linking process, which is much more common in my experience. What is...