X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw Message-ID: <4D5A83FD.2040207@sbcglobal.net> Date: Tue, 15 Feb 2011 13:47:41 +0000 From: Greg Chicares User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [g++] Problems linking boost.system and boost.regex References: <30930187 DOT post AT talk DOT nabble DOT com> In-Reply-To: <30930187.post@talk.nabble.com> 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 2011-02-15 11:57Z, lampak wrote: > > Hi. I'm trying to compile on windows one linux app of mine which uses a few > boost libraries. I've got g++ and boost (1.43.0-1) installed through > setup.exe. I use g++ through Eclipse IDE. I've managed to get the program > compiled but I'm getting linking errors. Last I heard, boost lost its Cygwin maintainer; and old libraries aren't likely to work with a newer compiler. This page http://cygwin.com/packages/boost-devel/boost-devel-1.43.0-1 confirms that: "boost-devel: Obsolete package (installed binaries and support files)" so try building boost yourself. > (And BTW, what's the difference between libraries ending with .dll.a and .a > alone? '.dll.a' is a convention for naming import libraries. > And what does -mt stand for?) AFAICR that library-name suffix meant multithreaded. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple