News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Error loadlibliary (tlssup.c|| undefined reference to `LoadLibraryA@4'|)

Started by glivert, June 06, 2011, 08:59:35 PM

Previous topic - Next topic

glivert

C:\MinGW\lib\libmingw32.a(tlssup.o):tlssup.c|| undefined reference to `LoadLibraryA@4'|
C:\MinGW\lib\libmingw32.a(tlssup.o):tlssup.c|| undefined reference to `FreeLibrary@4'|

What caused these errors build?

Compile wxWidgets:
C:\wxWidgets-2.8.12\build\msw>mingw32-make -f makefile.gcc MONOLITHIC=0 SHARED=1 UNICODE=1 BUILD=debug

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]