Hacker News new | ask | show | jobs
by connor-brooks 2308 days ago
Currently having difficulties getting it running on macOS, and gdb doesn't seem to play nice with Catalina
2 comments

Doesn't work on ubuntu 19.10 either.

gcc -c main.c gcc -g3 logger.o quadtree.o graphics.o utils.o agents.o input.o main.o -o ecosim -lGL -lm -lglfw -lGLEW $ ./ecosim Segmentation fault (core dumped)

Try LLDB; Apple keeps breaking GDB.