From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Schweiger To: gnu-win32@cygnus.com Subject: Linking problems. Date: Thu, 23 Jul 1998 08:33:00 -0000 Message-id: <35B757CB.D54A10AD@Brown.Edu> X-SW-Source: 1998-07/msg00489.html I am trying to link the mgui graphics library under gnu-win32, however, I keep getting linking errors: e:\MINGW32\LIB\GCC-LIB\i386-mingw32\egcs-2.90.27\../../..\libmguiw.a(mguiinit.o)(.text+0x2ad):mguiinit.c: undefined reference to `MessageBoxA' e:\MINGW32\LIB\GCC-LIB\i386-mingw32\egcs-2.90.27\../../..\libmguiw.a(mguiinit.o)(.text+0x904):mguiinit.c: undefined reference to `GetModuleFileNameA' Quite clearly, the library I am linking is forgetting the @16 needed at the end of the function name. Can I resolve this problem? Aaron Schweiger - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request@cygnus.com" with one line of text: "help".