Boost logo

Boost-Build :

Subject: Re: [Boost-build] [Regex] LNK1181: cannot open input file 'shared.obj'
From: Tristan Nowak (tris.sethur_at_[hidden])
Date: 2011-01-21 12:29:07


I never tried building DLLs from the MSVC command line, building a very
small dll from the IDE seemed to work fine, though. Additionally, I
somehow managed to build the DLL/Import Libs for boost::thread before,
but know building this gives the same error...

Am 21.01.2011 17:25, schrieb John Maddock:
>> I'm trying to build the boost::regex, boost::date_time and
>> boost::thread libraries in link=shared mode with msvc-9.0.
>> With link=static, everything build just fine, but with link=shared,
>> the build fails with several:
>>
>> LINK : fatal error LNK1181: cannot open input file 'shared.obj'
>>
>> error. I haven't found anything useful on this with google, can
>> anybody help me out on this?
>
> It doesn't look like anything our end since none of those libraries
> includes a "shared.obj" as far as I know, do normal dll builds from
> the IDE and MSVC command line work OK?
>
> HTH, John.
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk