$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2002-02-27 22:02:30
Hi,
Sorry to keep bothering you about this.
I just did a fresh CVS checkout and when I
tried:
==============================================================
#!/bin/sh
BOOST_ROOT=/opt2/src/boost/boost
export BOOST_ROOT
cd $BOOST_ROOT/tools/build/jam_src
gmake
export PATH
export LD_LIBRARY_PATH
JAM=$BOOST_ROOT/tools/build/jam_src/bin.linuxx86/jam
cd $BOOST_ROOT
$JAM -sBOOST_ROOT=$BOOST_ROOT -sTOOLS=gcc -sPYTHON_ROOT=/usr
==============================================================
I got the following:
unknown target type for <libs!thread!build>libboost_threadmon.so
When I checked out by date from Feb 25, the build
worked.
-- Craig Rodrigues http://www.gis.net/~craigr rodrigc_at_[hidden]