Page 1 of 1

lpthreadGC2

Posted: 29 Oct 2007, 12:08
by yvansoftware
How do I find it? How do I install it?

Posted: 29 Oct 2007, 12:16
by yvansoftware
I found it, (libpthreadGC2.a), but the compiler doesn't find it (i added the dir to the search pad, so i cpied the file and renamed the copy to bthreadGC2.a, but it still doesn't work. Here's the output:

Code: Select all

-------------- Build: default in TMWServ Gameserver ---------------
Linking console executable: gameserver.exe
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lpthreadGC2
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings
 
[/code]