X-Originating-IP: [200.42.4.118] From: "Norberto Alfredo Bensa" To: References: <95ceoa$7l6$1 AT nnrp1 DOT deja DOT com> <1438-Thu01Feb2001233252+0200-eliz AT is DOT elta DOT co DOT il> <95ih85$4m8$1 AT nnrp1 DOT deja DOT com> Subject: Re: compiling crafty Date: Sun, 4 Feb 2001 02:48:17 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 04 Feb 2001 05:49:16.0192 (UTC) FILETIME=[35866200:01C08E6E] Reply-To: djgpp AT delorie DOT com This is the problem.... X86.s alignment = ALIGN .text .align alignment, 0x90 .globl _PopCnt _PopCnt: movl 4(%esp), %ecx ALIGN isn't defined! Open X86.s and change the first line so it reads: alignment = 4 That's all. Best regards, Norberto