Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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=?= <thebrasse@brasse.org>
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@cygwin.com
Subject: Re: boost, boost_unit_test_framework
References: <434AE423.6070701@brasse.org> <434B95C0.8030200@sh.cvut.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/

