$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost autolinkig issue - library names on vc9?
From: Maróy Ãkos (akos_at_[hidden])
Date: 2009-07-13 02:17:48
Hi,
I'm having an issue with boost autolinking on Visual Studio 9 (2008),
with the boost-pything library. the boost build process generates
libraries of the name: libboost_XXX-vc90-mt-gd-1_39.lib and the like,
but interestingly autolinkig fails with the following message:
1>LINK : fatal error LNK1104: cannot open file
'boost_python-vc90-mt-gd-1_39.lib'
am I doing something wrong?
Akos