ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
343 stars 218 forks source link

Mmaps linking error(libpthread.s​o.0 need to be link) #945

Open Megabat opened 10 years ago

Megabat commented 10 years ago

Hello, i am trying to compile SkyFireEMU but when i hit 81% and start to link mmaps_generator i have this error:

Linking CXX executable mmaps_generator

/usr/bin/ld: /usr/local/lib/l​ibACE.so: undefined reference to symbol 'pthread_getspec​ific@@GLIBC_2.0'​

/lib/i386-linux-​gnu/libpthread.s​o.0: error adding symbols: DSO missing from command line

How i can fix this error? Thanks for any help

testingwalker commented 10 years ago

update the liberary and recompile again