Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 22 Sep 2002 20:41:52 -0700 (Pacific Daylight Time) From: Michael A Chase Subject: Re: gcc doesn't work but seemed to install fine... To: Ed , cygwin AT cygwin DOT com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Disposition: INLINE References: In-Reply-To: On 22 Sep 2002 20:53:57 -0600 Ed wrote: > I just used the cygwin setup program to install gcc on my d: drive on > my windows 2000 professional pc. > > The install seemed to go fine. From the command line I can get the > version of gcc: > > bash.exe-2.02$ gcc -v > Using builtin specs. > gcc version egcs-2.91.57 19980901 (egcs-1.1 release) egcs != Cygwin. Check $PATH. > But when I try to compile something I get an error: > bash.exe-2.02$ gcc socks.c > cpp: unrecognized option `-remap' > > And then an error box pops up that says: > The procedure entry point_ctype_ could not be located in the dynamic > link libary cygwin1.dll. > > What's up here? Have I been a bad little programmer? You seem to have a very old installation. The current Cygwin Bash is 2.05 and the Cygwin GCC 2 has been 2.95.2 or .3 for ages. Even the Mingw GCC has been at 2.95.2 since 1999. Your first step should be to visit http://cygwin.com/ and install a recent version of Cygwin, including GCC. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/