Boost logo

Boost Users :

From: Steven Woody (narkewoody_at_[hidden])
Date: 2008-01-07 21:12:20


ok, thanks. but, did you mean '--layout=system' or 'layout=system'?

and, for the user-config.jam, did you mean add the following one line thing?

using gcc : : : <cflags>-DBOOST_POSIX_API <cflags>-DBOOST_POSIX_PATH
<cxxflags>-DBOOST_POSIX_API <cxxflags>-DBOOST_POSIX_PATH
compilerflags>-DBOOST_POSIX_API <compilerflags>-DBOOST_POSIX_PATH

i noticed there are spaces in-between these semicolons. and should i
remove the `using gcc ;' line already in my user-config.jam?

thanks in advance.

On Jan 7, 2008 3:40 PM, <frederic.bron_at_[hidden]> wrote:
> I use only static library so I do want to spend so much time to build all possible libraries but you can remove "link=static threading=single runtime-
> > link=shared --layout=system" to get all of them built.
> link=static -> boost library are static
> runtime-link=shared -> c++ standard library is dynamically linked
> threading=single -> I do not understand the difference between single and multi, the documentation is not clear to me
> layout=system -> you do not get the release numbers in the names of the library. Also the boost include directory is directly in include, there is no additionnal 1.34.1 directory in between.
>
> Fred
>
> boost-users-bounces_at_[hidden] a écrit sur 07/01/2008 04:51:46 :
>
>
> > On Jan 4, 2008 4:37 PM, <frederic.bron_at_[hidden]> wrote:
> > > I am not using /usr/local and it works very fine:
> > >
> > > - unzip boost_1_34_1.tar.bz2
> > > > tar xvfj boost_1_34_1.tar.bz2
> > > - go in boost_1_34_1
> > > > cd boost_1_34_1
> > > - fix a bug in boost/filesystem/convenience.hpp:
> > > - replace "define BOOST_FS_FUNC_STRING std::string" by "define
> > BOOST_FS_FUNC_STRING inline std::string"
> > > - build jam (use the prefix where you want to install the library):
> > > > configure --without-icu --without-libraries=python --
> > prefix=/cygdrive/d/Softs/boost_cyg
> > > - change Makefile:
> > > - BJAM_CONFIG=link=static threading=single runtime-
> > link=shared --layout=system
> > > - LIBS=--without-python release
> >
> > hi,
> >
> > what means by 'threading=single' ? will this disable the boost
> > threads libraries? and what means by 'runtime-link=shared'? ( you
> > already specified link=static )
> >
> > thanks!
> >
> >
> > > - change user-config.jam:
> > > - add: using gcc : : : <cflags>-DBOOST_POSIX_API <cflags>-
> > DBOOST_POSIX_PATH <cxxflags>-DBOOST_POSIX_API <cxxflags>-
> > DBOOST_POSIX_PATH compilerflags>-DBOOST_POSIX_API
> > > <compilerflags>-DBOOST_POSIX_PATH ;
> >
> > > - build boost:
> > > > make install
> > >
> > > Regards,
> > >
> > > F. Bron
> > > ___________________________________
> > > Frédéric Bron (frederic.bron_at_[hidden])
> > > Unité ALT, Alcan CRV, BP 27, 38341 Voreppe
> > > téléphone : +33 4 76 57 81 72
> > > télécopie : +33 4 76 57 80 99
> > >
> > > boost-users-bounces_at_[hidden] a écrit sur 04/01/2008 06:26:21 :
> > >
> > >
> > > > actually, i found the build was done successfully, just was not the
> > > > `make install' . nothing was installed in my system ( under the
> > > > prefix /usr/local i specified ). binaries were still in bin.v2
> > > > directory. does anyone know the reason? so, to complete the
> > > > installation, should i copy those binaries and header files into
> > > > something like /usr/local/lib and /usr/local/include?
> > > >
> > > > thanks.
> > > >
> > > > On Jan 2, 2008 3:39 PM, <frederic.bron_at_[hidden]> wrote:
> > > > >
> > > > >
> > > > > Even if it says that every thing could not be built, it works very
> > > > fine for me. Unicode is not supported I think and some other stuff.
> > > > >
> > > > > Fred
> > > > >
> > > > > boost-users-bounces_at_[hidden] a écrit sur 02/01/2008 02:24:58 :
> > > > >
> > > > > > hi,
> > > > > >
> > > > > > the building process failed. it reported the libraries was not fully
> > > > > > build properly. does boost support cygwin? thanks.
> > > > > >
> > > > > > --
> > > > > > woody
> > > > > >
> > > > > > then sun rose thinly from the sea and the old man could see the other
> > > > > > boats, low on the water and well in toward the shore, spread out
> > > > > > across the current.
> > > > > > _______________________________________________
> > > > > > Boost-users mailing list
> > > > > > Boost-users_at_[hidden]
> > > > > > http://lists.boost.org/mailman/listinfo.cgi/boost-users
> > > > >
> > > > >
> > > > > Avis :
> > > > > Ce message et toute pièce jointe sont la propriété d'Alcan et sont
> > > > destinés seulement aux personnes ou à l'entité à qui le message est
> > > > adressé. Si vous avez reçu ce message par erreur, veuillez le
> > > > > détruire et en aviser l'expéditeur par courriel. Si vous n'êtes
> > > > pas le destinataire du message, vous n'êtes pas autorisé à utiliser,
> > > > à copier ou à divulguer le contenu du message ou ses pièces jointes
> > > > > en tout ou en partie.
> > > > >
> > > > > Notice:
> > > > > This message and any attachments are the property of Alcan and are
> > > > intended solely for the named recipients or entity to whom this
> > > > message is addressed. If you have received this message in error
> > > > > please inform the sender via e-mail and destroy the message. If
> > > > you are not the intended recipient you are not allowed to use, copy
> > > > or disclose the contents or attachments in whole or in part.
> > > > >
> > > > > _______________________________________________
> > > > > Boost-users mailing list
> > > > > Boost-users_at_[hidden]
> > > > > http://lists.boost.org/mailman/listinfo.cgi/boost-users
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > woody
> > > >
> > > > then sun rose thinly from the sea and the old man could see the other
> > > > boats, low on the water and well in toward the shore, spread out
> > > > across the current.
> > > > _______________________________________________
> > > > Boost-users mailing list
> > > > Boost-users_at_[hidden]
> > > > http://lists.boost.org/mailman/listinfo.cgi/boost-users
> > >
> > > _______________________________________________
> > > Boost-users mailing list
> > > Boost-users_at_[hidden]
> > > http://lists.boost.org/mailman/listinfo.cgi/boost-users
> > >
> >
> >
> >
> > --
> > woody
> >
> > then sun rose thinly from the sea and the old man could see the other
> > boats, low on the water and well in toward the shore, spread out
> > across the current.
> > _______________________________________________
> > Boost-users mailing list
> > Boost-users_at_[hidden]
> > http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

-- 
woody
then sun rose thinly from the sea and the old man could see the other
boats, low on the water and well in toward the shore, spread out
across the current.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net