$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Fatal Error LNK1107
From: William (wgu_at_[hidden])
Date: 2009-08-19 07:49:10
Hi List,
First I hope this is the correct group for this post, if not I apologise
and ask where should I post this?
Having now built 64 bit editions of my boost thread .libs and dlls using:
bjam --build-dir=./x64 toolset=msvc --with-thread address-model=64
link=shared threading=multi variant=release stage
However I get this :
<cut>\x64\boost_thread-vc90-mt-1_39.dll : fatal error LNK1107: invalid
or corrupt file: cannot read at 0x2E8
when trying to link my application. My x86 builds and runs without
error, have I missed something out here?
-- William