4 Jan
2008
4 Jan
'08
9:07 a.m.
HI, This way even if it creates the include and lib folder and respective files in it, it do not generate all the library files. When i tried it it created only 13 files in lib folder in windows machine, compared to the 116 files created in linux machine. I need boost library files to build and run the Semantic search engine. Is there any thing else i need to do? Regards, Suhas. On Jan 4, 2008 2:07 PM,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 > - change user-config.jam: > - add: using gcc : : : -DBOOST_POSIX_API > -DBOOST_POSIX_PATH -DBOOST_POSIX_API > -DBOOST_POSIX_PATH compilerflags>-DBOOST_POSIX_API > -DBOOST_POSIX_PATH ; > - build boost: > > make install > > Regards, > > F. Bron > ___________________________________ > Frédéric Bron (frederic.bron@alcan.com) > 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@lists.boost.org 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, 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@lists.boost.org 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@lists.boost.org > > > > 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@lists.boost.org > > > 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@lists.boost.org > > http://lists.boost.org/mailman/listinfo.cgi/boost-users > > _______________________________________________ > Boost-users mailing list > Boost-users@lists.boost.org > http://lists.boost.org/mailman/listinfo.cgi/boost-users >