• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compile ubuntu "DSO missing from command line"

Mhako

New Member
Joined
Sep 5, 2008
Messages
8
Solutions
1
Reaction score
0
Moving on to the next issue with my compilation, does anyone know what this error means?

It seems to be a common ubuntu compilation error...

[EDIT]: it's when im trying to run "make" command, once again :)

Code:
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Any ideas? thanks in advance
 
The problem is that in your Makefile you need to add -lpthread

Or try the solution posted by WibbenZ.
 

Similar threads

Back
Top