From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: cygwin@sourceware.cygnus.com Subject: Re: gcc problem Date: Fri, 11 Aug 2000 17:22:00 -0000 Message-id: <20000811202225.A22067@cygnus.com> References: <000501c003e9$99d04380$d520bbd4@chello.nl> X-SW-Source: 2000-08/msg00546.html On Sat, Aug 12, 2000 at 01:12:20AM +0200, Consequator wrote: >$ cpp -DFORK -DWIN32 darkbot.c -o darkbot -luser32 >cpp: installation problem, cannot exec >`/usr/lib/gcc-lib/i686-cygwin/2.95.2/cpp.exe': Permission denied > >can anyone tell me why its giving me this ? >it is giving me that msg when i do a make and showing a poppup window static >that cpp.exe is linked to an missing output cygwin1.dll:_ctype_. Yep. You're mixing 1.x executables with a B20.1 Cygwin1.DLL. Use only the newest version of the Cygwin DLL. Check your environment and do a search of your system for all occurrences of cygwin1.dll. Keep the newest one. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com