By default I get a linking error with undefined reference to pthread_* functions.
Adding the following line to Core.upp solves the problem:
library(FREEBSD) "pthread";
What do you think about this?
Hi,
yes, thanks .
Core package seems to use pthread functions, so we should add it to Core.upp as it is defined for Linux. I will update the port and hopefully Mirek integrates this library definition to Core.upp.
Have you used pthread functions in your own project? Because I get no error when compiling theide using theide itself, which also of course depends on Core package.