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,209,1125871200"; d="scan'208"; a="1266009:sNHT17742214" Message-ID: <434E0EC3.4040502@brasse.org> Date: Thu, 13 Oct 2005 09:37:39 +0200 From: =?UTF-8?B?TWF0dGlhcyBCcsOkbmRzdHLDtm0=?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050324 Thunderbird/1.0.2 Fedora/1.0.2-1.3.2 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> In-Reply-To: <434B95C0.8030200@sh.cvut.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Václav Haisman wrote: >> >>/usr/lib/libboost_date_time-gcc-mt-s-1_33.a* >>/usr/lib/libboost_date_time-gcc-mt-s.a* > > This is called 'versioned' layout. > > >>In my build scripts I would still like to be able to specify >>-lboost_date_time and not -lboost_date_time-gcc-mt-s. Is it the >>intention of the maintainer of the cygwin boost package that I should >>make a symbolic link (ln -s libboost_date_time.a >>libboost_date_time-gcc-mt-s.a) to the library that I want to use? > > You can either add the links or you can have something like > BOOST_SUFFIX=-gcc-mt-s and use -lboost_date_time${BOOST_SUFFIX}. > Ok. I didn't think of using a suffix like you suggest. It looks nice and I am going to use it in my build scripts. >>Another question regarding the cygwin boost package is why the test >>libraries are missing? > > Because its build is broken on Cygwin. > 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? :.:: 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/