$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-09 02:40:17
I'm looking at:
http://svn.boost.org/trac/boost/ticket/959
which claims that on Linux, stlport build produces
names without version, and Boost.Build expects
names with version. Can anybody confirm that?
I actually tried to build sltport myself, by dowloading
5.1.3, unpacking, going to build/lib directory and
doing:
make -f gcc.mak depend
make -f gcc.mak install
however that gave me:
c++ .......... -lgcc_s -lpthread -lc -lm crt{endS,n}.o
c++: crt{i,beginS}.o: No such file or directory
So if anybody knows how to build stlport, that would be equally
helpful.
- Volodya