$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-16 14:59:17
Per:
Boost.Python fails to link on MIPSPRO toolset. The errors suggest
that the linker tries to create executable, not a shared library,
and in fact, I don't see any linker flag potentially causing
shared library to be created in mipspro.jam:link.dll
Any ideas?
- Volodya