$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hermann (hermannrichter_at_[hidden])
Date: 2008-08-04 10:13:53
I want to use Boost.Serialization so I need to build the library.
When I follow the steps in here
http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix-variants.html
(section 5.1) I get the following error upon issuing the ./configure
command.
Building Boost.Jam with toolset gcc... ./configure: line 199:
./bootstrap/jam0: No such file or directory
I'm using gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
What could be the problem?
Thanks in advance.