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 Message-ID: <436F68B8.8A8380A3@dessent.net> Date: Mon, 07 Nov 2005 06:46:16 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: __assert linker error References: <20051107092135 DOT GV8231 AT porschberg DOT osp-dd DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Thomas Porschberg wrote: > I compiled cppunit-library as a mingw32 (using -mno-cygwin) application > and libqttestrunner as an cygwin library. That is why it isn't working. You can't mix Cygwin and non-cygwin objects in the same executable. Cygwin and mingw use completely different C runtimes and trying to mix and match like that will not work. Brian -- 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/