Hello guys,
I'm new here. I've been following the 'compiling Evoserv' guide on the site and am running into some difficulties. I've been trying to search around the forums to find a solution and was unsuccessful. I apologize in advance if this post is in the wrong section.
Here are the compile errors that I'm getting:
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../libpthread.a(libwinpthread_la-thread.o):thread.c:(.text+0x2a48): multiple definition of `pthread_create'
..\lib/libpthreadGC2.a(dkfts00036.o):(.text+0x0): first defined here
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../libpthread.a(libwinpthread_la-thread.o):thread.c:(.text+0x3000): multiple definition of `pthread_detach'
..\lib/libpthreadGC2.a(dkfts00038.o):(.text+0x0): first defined here
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../libpthread.a(libwinpthread_la-mutex.o):mutex.c:(.text+0x498): multiple definition of `pthread_mutex_unlock'
..\lib/libpthreadGC2.a(dkfts00054.o):(.text+0x0): first defined here
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../libpthread.a(libwinpthread_la-mutex.o):mutex.c:(.text+0x55c): multiple definition of `pthread_mutex_init'
..\lib/libpthreadGC2.a(dkfts00050.o):(.text+0x0): first defined here
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../libpthread.a(libwinpthread_la-mutex.o):mutex.c:(.text+0x924): multiple definition of `pthread_mutex_lock'
..\lib/libpthreadGC2.a(dkfts00051.o):(.text+0x0): first defined here
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../libpthread.a(libwinpthread_la-mutex.o):mutex.c:(.text+0xa18): multiple definition of `pthread_mutex_destroy'
..\lib/libpthreadGC2.a(dkfts00049.o):(.text+0x0): first defined here
I don't know what I'm doing wrong. I've followed each step multiple times and I am unable to figure out the solution.
Any help is much appreciated :)