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 X-IronPort-AV: i="3.97,214,1125871200"; d="scan'208"; a="1308512:sNHT15752611" Message-ID: <434F83F6.4030607@brasse.org> Date: Fri, 14 Oct 2005 12:09:58 +0200 From: =?UTF-8?B?TWF0dGlhcyBCcsOkbmRzdHLDtm0=?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Thunderbird/1.0.7 Fedora/1.0.7-1.1.fc3 Mnenhy/0.7.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: boost, boost_unit_test_framework References: <434AE423 DOT 6070701 AT brasse DOT org> <434B95C0 DOT 8030200 AT sh DOT cvut DOT cz> <434E0EC3 DOT 4040502 AT brasse DOT org> <434F8064 DOT 5080100 AT sh DOT cvut DOT cz> In-Reply-To: <434F8064.5080100@sh.cvut.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Václav Haisman wrote: >> >>Have the test libraries worked in any previous version of boost for >>Cygwin? If so, is there any way that I can install that version instead? > > I don't know. The current Boost package is the only Boost Cygwin package > so far. You could try to compile some older Boost than 1.33.0 from sources. > Actually, I tried to compile the test libraries of boost 1.33 myself like this: bjam -sTOOLS=gcc --with-test stage And that command produced the test libraries for me. The only difference from your libraries was that their extension was .lib instead of .a. How did you manage to get .a libraries? Is there any difference between .a and .lib in Cygwin? When I changed the extension of boost_unit_test_framework to .a and compiled and linked my test with -lboost_unit_test_framework I got a working binary. However, I would like to be able to build my project with a vanilla installation of Cygwin. This would make it easier for me to share my project with other people since they would only have to install the correct versions (preferable the latest) of the Cygwin packages to be able to build it. In what way is the test libraries broken under Cygwin? :.:: mattias -- 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/