Trying to run glfw and openGL

I’m trying to use repl.it to work with glfw/openGL. how do I fix this error?

./OpenGL: symbol lookup error: /nix/store/s9qbqh7gzacs7h68b2jfmn9l6q4jwfjz-glibc-2.33-59/lib/libpthread.so.0: undefined symbol: __libc_siglongjmp, version GLIBC_PRIVATE

here’s my project:
https://replit.com/@zeussesions/OpenGL-attempt-2

Just fixed it, used an older version of nix:

[nix] channel = "stable-21_11"

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.