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 Delivered-To: mailing list cygwin AT cygwin DOT com From: "Ralf Habacker" To: "Cygwin" Subject: RE: How to make g++ link with QT (a microsoft compatible library) on x86 Date: Mon, 21 Jan 2002 13:49:09 +0100 Message-ID: <005d01c1a27a$049f8ec0$60a407d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <94A671CDB200AA49ADCC85C7FE10ED4D67FE28@hermes.super.dk> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal > > Hi > Is there a g++ switch for linking with foreign libraries? > > Under Windows 2000, using g++, I am trying to link with QT, > which is released only for Microsoft Visual C++. > I get the error-messages shown below. Supposing this caused by > incompatibilities between g++ and Visual C I am searching for > a switch or something to cope with it. Is g++ that clever? > Please don't tell me to recompile g++ with Visual C++... > Trolltech does not provide a free g++ compatible version of qt. If you like to link a win32 native qt library you have to buy it from trolltech. currently you can compile only the x11 release of qt with g++, which you can find under the download area of http://kde-cygwin.sourceforge.net. This is used to enable kde1/2 application on cygwin and xfree86 on windows. Regards Ralf Habacker -- 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/