Technical support > Linux

[MinGW] Link problem with testall.exe

(1/2) > >>

MarcoBi:
After recent commits and after a complete recompilation of my toolchain, while x-compiling I get

--- Code: ---$ make
===> LD [testall.exe]
release-mingw32-i386/testall/client/cl_language.c.o: In function `CL_LanguageTryToSet':
/opt/src/ufoai-GIT/src/client/cl_language.c:316: undefined reference to `_Sys_SetLocale'
release-mingw32-i386/testall/client/cl_language.c.o: In function `CL_LanguageInit':
/opt/src/ufoai-GIT/src/client/cl_language.c:233: undefined reference to `_Sys_GetLocale'
release-mingw32-i386/testall/client/cl_main.c.o: In function `CL_Frame':
/opt/src/ufoai-GIT/src/client/cl_main.c:1172: undefined reference to `_Sys_SetAffinityAndPriority'
collect2: ld returned 1 exit status
make: *** [testall.exe] Errore 1

--- End code ---

Something wrong as usual on my side?


bayo:
have you "make clean"?

MarcoBi:

--- Quote from: bayo on October 06, 2010, 10:57:43 am ---have you "make clean"?

--- End quote ---

Yes, I think I'll redo a complete checkout of repository just to be sure!

MarcoBi:

--- Quote from: MarcoBi on October 06, 2010, 11:08:22 am ---Yes, I think I'll redo a complete checkout of repository just to be sure!

--- End quote ---

I've also re-compiled my toolchain but nothing changed... which git command should I use to revert back to a specific revision to test where is the problem?

Thanks!

Mattn:
let me know whether it's fixed for you in the latest revision please

Navigation

[0] Message Index

[#] Next page

Go to full version