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 Message-ID: <434F8064.5080100@sh.cvut.cz> Date: Fri, 14 Oct 2005 11:54:44 +0200 From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: =?UTF-8?B?TWF0dGlhcyBCcsOkbmRzdHLDtm0=?= Cc: 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> In-Reply-To: <434E0EC3.4040502@brasse.org> OpenPGP: id=63B6B297 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig67E5E42D727275142F27D7AD" X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com --------------enig67E5E42D727275142F27D7AD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mattias Br=C3=A4ndstr=C3=B6m wrote: > V=C3=A1clav Haisman wrote: >=20 >>> >>> /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=3D-gcc-mt-s and use -lboost_date_time${BOOST_SUFFIX}. >> >=20 > 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. >=20 >>> Another question regarding the cygwin boost package is why the test >>> libraries are missing? >> >> >> Because its build is broken on Cygwin. >> >=20 > 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. >=20 > :.:: mattias Vaclav Haisman --------------enig67E5E42D727275142F27D7AD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQEVAwUBQ0+Aa256zbtzMDG0AQLSXQgAm3M/lU8id5uabjCWyHPsB9dV8Nv94ehO HDRZ3j+j/sjPANMh7ecke8dYiMxHBk/VMgNf2xE0L0PZ1rAkW7Jd2iVmM+32SDWO y6B2rDWhOn/9AtSCri0UvUEJoVfxteiPh21uQZROZLbf3CxuIvWkE1I76+87SM3L pQR9YgBAVyGCwJ6OKw6iW44vaAudY4NuNQv3h4WHJQMM+UDioBfhCCmLI56Ov5gj fmIt7PQfpGAwN69kQ1waS9h/1GvcEK+urMiEkOw6SQUz7J4pK+CP8Ys/ke+GZ8Ei RcDzMcfS+nPtMgqpxmCCZP/6Qr4f4rF2k/gTY82q+JgI4iftVmHmYg== =DYbQ -----END PGP SIGNATURE----- --------------enig67E5E42D727275142F27D7AD--