riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

C++ threading support #30

Closed mkbehr closed 7 years ago

mkbehr commented 7 years ago

Opening an issue after discussion in this thread. The light riders setup doesn't work with threading in C++ right now: trying to use std::thread gives a linker error ("undefined reference to `pthread_create'"). AFAIK this can be fixed by adding -pthread to the compiler flags.

nikovanmeurs commented 7 years ago

We'll implement this as part of the next sandbox update, as mentioned in the thread.

JimVanEeden commented 7 years ago

This should be fixed now