Arvid Norberg | 1 Mar 2005 16:12
Picon
Picon
Favicon

Re: Building libtorrent with MinGW on WinXP

Alexandre brizard wrote:
> The gcc toolkit I use with MinGW was included in the 3.2.0 package, so
> I would tend to rule out the toolkit incompatibility.

I meant the gcc toolkit in boost-build (boost-build/tools/gcc.jam)
But that was just a wild guess.

> This command doesn't output anything more:
> 
> C:\libtorrent>bjam gcc link=static -n
> BOOST_ROOT = C:\boost_1_32_0
> OS = NT
> ...patience...
> ...found 820 targets...
> ...updating 33 targets...
> gcc.compile.c++ bin\gcc\debug\link-static\threading-multi\allocate_resources.o
> spawn: Invalid argument
> 
> I have noticed something about my BOOST compilation...  When I started
> it, I used:
> 
> C:\boost_1_32_0>bjam "-sTOOLS=mingw" install
> 
> Is this ok, or should I do something else to install boost v2, which,
> as I just read in libtorrent docs, is required to build libtorrent?

I believe that will install the boost libraries only. And I'm not sure 
it the boost-build v2 version that is boundled with boost 1.32 is new 
enough. I would recommend installing the latest released version of 
boost-build v2 from:
(Continue reading)

Alexandre brizard | 2 Mar 2005 14:20
Picon

Re: Building libtorrent with MinGW on WinXP

On Tue, 01 Mar 2005 16:12:07 +0100, Arvid Norberg <c99ang <at> cs.umu.se> wrote:
> Alexandre brizard wrote:
> > The gcc toolkit I use with MinGW was included in the 3.2.0 package, so
> > I would tend to rule out the toolkit incompatibility.
> 
> I meant the gcc toolkit in boost-build (boost-build/tools/gcc.jam)
> But that was just a wild guess.
> 
> > This command doesn't output anything more:
> >
> > C:\libtorrent>bjam gcc link=static -n
> > BOOST_ROOT = C:\boost_1_32_0
> > OS = NT
> > ...patience...
> > ...found 820 targets...
> > ...updating 33 targets...
> > gcc.compile.c++ bin\gcc\debug\link-static\threading-multi\allocate_resources.o
> > spawn: Invalid argument
> >
> > I have noticed something about my BOOST compilation...  When I started
> > it, I used:
> >
> > C:\boost_1_32_0>bjam "-sTOOLS=mingw" install
> >
> > Is this ok, or should I do something else to install boost v2, which,
> > as I just read in libtorrent docs, is required to build libtorrent?
> 
> I believe that will install the boost libraries only. And I'm not sure
> it the boost-build v2 version that is boundled with boost 1.32 is new
> enough. I would recommend installing the latest released version of
(Continue reading)


Gmane