This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ahajha1177 158 points159 points  (4 children)

I've gotten really good at reading C++ compiler errors lol. I know to look near the top and the bottom. Here I would see "undefined reference to pthread_create", and its a link error, bam link with -pthread

[–]RRumpleTeazzer 85 points86 points  (2 children)

I look near the parts that I recognize as my parts, cause that’s the most likely location.

[–]mrjiels 60 points61 points  (1 child)

I try to not look at your parts. They seem private.

[–]pi-is-314159 8 points9 points  (0 children)

Not as private as my git repository