$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Help! Building boost_1_37_0 with solaris and gcc
From: little_stone (little_stone_at_[hidden])
Date: 2009-04-10 12:42:39
Hello everyone,
cd boost_root
/configure --prefix=/export/home/test/boost
/make install
I am trying to build the boost 1.37.0(os:solaris 10, compiler:gcc 3.4.6) with the above option.
Unfortunately I get only *.a files in /export/home/test/boost/lib directory, and not *.so files.
I need *.so files. What can I do?
Thanks a lot!