You must use the same utility from the compiler which was used to build your perl. If you are using ActiveState's ActivePerl, then VC++ nmake utility is what you should use, though in your case it looks like you don't have ActivePerl, so you must depending on the compiler you used, you must use that utility, gcc from cygwin uses make, Borland uses dmake. I would highly recommend you to get ActivePerl, unless you have a good reason for not doing so.
Ilya > -----Original Message----- > From: Oliver Witvoet [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 3:04 PM > To: [EMAIL PROTECTED] > Subject: DBI-Installation > > > when I want to build the module with nmake I always get the message: > fatal error U1034: Syntaxfehler: Trennzeichen fehlt > which means in english: Seperator is missing > > OS: Windows 2000 > perl v5.6.1 built for MSWin32-x86 > > hope sbdy can help > thanx
