X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4A2F164B.2010207@sbcglobal.net> Date: Wed, 10 Jun 2009 02:11:23 +0000 From: Greg Chicares User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem - __imp___iob - do not compile References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 2009-06-10 00:34Z, Lewris wrote: > > I downloading cygwin (full), installed and I configured DEV-CPP how are. > I am wearing the Library GMP and compiling in GCC. Just that. > > I do not manage to compile, I receive the mistake: > Undefined reference have `__imp___iob' If I remember correctly, that's a symbol in the msvc runtime library, and dev-c++ installs MinGW--so I would guess that you have mixed MinGW and Cygwin versions of gcc. That won't work: they are incompatible. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/