public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ==> boost lib version >= 1.37
@ 2010-03-28  6:50 Dieter Best
  2010-03-28  7:55 ` Frédéric Bron
  0 siblings, 1 reply; 4+ messages in thread
From: Dieter Best @ 2010-03-28  6:50 UTC (permalink / raw)
  To: cygwin; +Cc: dieterbest

Hello,

I need the boost lib version >= 1.37

I have the following system (I just updated, so this should be fairly recent)

$ uname -a
CYGWIN_NT-6.1-WOW64 best 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin

This seems to come with boost version 1.33_1

Does anyone have any instructions how to install the newest boost lib on cygwin.

Thanks a lot in advance.

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ==> boost lib version >= 1.37
  2010-03-28  6:50 ==> boost lib version >= 1.37 Dieter Best
@ 2010-03-28  7:55 ` Frédéric Bron
  2010-03-28 22:23   ` Dieter Best
  0 siblings, 1 reply; 4+ messages in thread
From: Frédéric Bron @ 2010-03-28  7:55 UTC (permalink / raw)
  To: cygwin; +Cc: dieterbest

> I need the boost lib version >= 1.37
> This seems to come with boost version 1.33_1
> Does anyone have any instructions how to install the newest boost lib on cygwin.

You will not find anything in cygwin. You have to built the library
yourself which what I do:

* untar
$ ./bootstrap.sh --without-icu --with-toolset=gcc
$ ./bjam --layout=system --user-config=user-config.jam release install

Frédéric

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ==> boost lib version >= 1.37
  2010-03-28  7:55 ` Frédéric Bron
@ 2010-03-28 22:23   ` Dieter Best
  2010-04-03 21:20     ` Frédéric Bron
  0 siblings, 1 reply; 4+ messages in thread
From: Dieter Best @ 2010-03-28 22:23 UTC (permalink / raw)
  To: Frédéric Bron; +Cc: cygwin

Thanks for the instructions. Is there anything about the
user-config.jam people should know about or can we do without it?

2010/3/27 Frédéric Bron <frederic.bron@m4x.org>:
>> I need the boost lib version >= 1.37
>> This seems to come with boost version 1.33_1
>> Does anyone have any instructions how to install the newest boost lib on cygwin.
>
> You will not find anything in cygwin. You have to built the library
> yourself which what I do:
>
> * untar
> $ ./bootstrap.sh --without-icu --with-toolset=gcc
> $ ./bjam --layout=system --user-config=user-config.jam release install
>
> Frédéric
>



-- 
http://www.linkedin.com/in/dieterbest

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ==> boost lib version >= 1.37
  2010-03-28 22:23   ` Dieter Best
@ 2010-04-03 21:20     ` Frédéric Bron
  0 siblings, 0 replies; 4+ messages in thread
From: Frédéric Bron @ 2010-04-03 21:20 UTC (permalink / raw)
  To: Dieter Best; +Cc: cygwin

> Thanks for the instructions. Is there anything about the
> user-config.jam people should know about or can we do without it?

./bootstrap.sh creates a local userconfig.jam. You have to tell to use
it or it will search for one in your home directory. You can add some
configuration flags in it if needed.

Frédéric

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-03 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-28  6:50 ==> boost lib version >= 1.37 Dieter Best
2010-03-28  7:55 ` Frédéric Bron
2010-03-28 22:23   ` Dieter Best
2010-04-03 21:20     ` Frédéric Bron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).