|
From: Greg C. <gch...@sb...> - 2011-03-31 21:58:18
|
On 2011-03-31 19:26Z, ni va wrote: > > I am trying to link serproxy 1.2.0 with mingw. [...] > INC = \ > C:/MinGW/msys/1.0/include Do you really want to build this as an MSYS-dependent application? If so, are you sure you're using the MSYS toolchain, rather than the native MinGW one? Have you considered using Cygwin instead? > LIBS= -LC:/MinGW/msys/1.0/include -lpthread It seems odd to add an include directory to the linker path. Is there really a pthread library there? > clean: > # NIVA UPDT > del /F *.o Why not use 'rm'? Are you using CMD.EXE as your shell for building an MSYS application? |