Angela, you don't need to do a make. Download the GUI package from sourceforge with PPM in the name for either Perl 5.6 or 5.8, then install the win32-gui.ppd with ppm install path\win32-gui.ppd
-----Original Message----- From: Angela Lam [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 1:10 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] problems with running the Makefile Hi, I'm trying to install Win32-GUI but I failed. In the command line, I first typed in "perl Makefile.PL" and it created a Makefile. I then typed "nmake" as I am using Visual C++, but then I got a lot of error messages as follows: GUI_Options.obj : error LNK2001: unresolved external symbol __imp__strncmp GUI_Events.obj : error LNK2001: unresolved external symbol __imp__strncmp GUI_Helpers.obj : error LNK2019: unresolved external symbol _strcat referenced i n function "int __cdecl GetObjectName(void *,char *)" (?GetObjectName@@YAHPAXPAD @Z) GUI_MessageLoops.obj : error LNK2001: unresolved external symbol _strcat GUI_Events.obj : error LNK2001: unresolved external symbol _strcat GUI_Helpers.obj : error LNK2019: unresolved external symbol __imp__itoa referenc ed in function "void * __cdecl GetMenuFromID(int)" (?GetMenuFromID@@[EMAIL PROTECTED]) GUI_Options.obj : error LNK2019: unresolved external symbol __imp__stricmp refer enced in function "void __cdecl ParseWindowOptions(struct sv * *,struct sv * *,l ong,long,int,struct tagPERLWIN32GUI_CREATESTRUCT *)" (?ParseWindowOptions@@YAXPA PAUsv@@0JJHPAUtagPERLWIN32GUI_CREATESTRUCT@@@Z) GUI_MessageLoops.obj : error LNK2019: unresolved external symbol __imp__ltoa ref erenced in function "long __stdcall MsgLoop(void *,unsigned int,unsigned int,lon g)" (?MsgLoop@@[EMAIL PROTECTED]) GUI_Events.obj : error LNK2001: unresolved external symbol __fltused DC.obj : error LNK2001: unresolved external symbol __fltused Textfield.obj : error LNK2019: unresolved external symbol __imp__strlwr referenc ed in function "void __cdecl XS_Win32__GUI__Textfield_Scroll(struct interpreter *,struct cv *)" (?XS_Win32__GUI__Textfield_Scroll@@YAXPAUinterpreter@@PAUcv@@@Z) LINK : error LNK2001: unresolved external symbol [EMAIL PROTECTED] blib\arch\auto\Win32\GUI\GUI.dll : fatal error LNK1120: 17 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. What's the problem?