$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: frederic.bron_at_[hidden]
Date: 2008-01-04 04:34:05
This is because I use to build only static libraries. If you remove "link=static threading=single runtime-link=shared --layout=system" you will get all libraries after much longer time.
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
                                                                                                                                                                                                        
             "Suhas Majale" <suhasrm_at_[hidden]>                                                                                                                                                         
             Envoyé par : boost-users-bounces_at_[hidden]                                                                                                                                           
                                                                                                                                                                                                      A 
                                                                                         boost-users_at_[hidden]                                                                                    
             04/01/2008 10:07                                                                                                                                                                        cc 
                                                                                         boost-users-bounces_at_[hidden]                                                                            
                                                                                                                                                                                                  Objet 
                                     Veuillez répondre à                                 Re: [Boost-users] RE Can i build boost under cygwin?                                                           
                                 boost-users_at_[hidden]                                                                                                                                            
                                                                                                                                                                                                        
                                                                                                                                                                                                        
                                                                                                                                                                                                        
                                                                                                                                                                                                        
                                                                                                                                                                                                        
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, <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
  - 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://listarchives.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://listarchives.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://listarchives.boost.org/mailman/listinfo.cgi/boost-users
  _______________________________________________
  Boost-users mailing list
  Boost-users_at_[hidden]
  http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://listarchives.boost.org/mailman/listinfo.cgi/boost-users