Boost logo

Boost-Build :

Subject: Re: [Boost-build] [boost] boost compilation with bjam
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-20 21:32:41


AMDG

Vladimir Prus wrote:
>> 2/ I have also the following errors :
>>
>> ln-NT C:\Boost\lib\libboost_date_time-mgw34-mt.lib
>> "NT symlinks not supported yet, making copy"
>> Impossible de trouver C:\Boost\lib\libboost_date_time-mgw34-mt.lib
>> 1 fichier(s) copi‚(s).
>>
>> It appears several times with different libraries.
>>
>
> I don't really know what this error means, given that it in french. Is the
> file actually copied.
>

This is a spurious error message. With
bjam msvc threading=multi link=shared runtime-link=shared debug
--with-iostreams stage -d+2

ln-NT stage\lib\boost_iostreams-vc90-mt-gd.lib

    echo "NT symlinks not supported yet, making copy"
    del /f /q "stage\lib\boost_iostreams-vc90-mt-gd.lib"
    copy "stage\lib\boost_iostreams-vc90-mt-gd-1_38.lib"
"stage\lib\boost_iostreams-vc90-mt-gd.lib"

"NT symlinks not supported yet, making copy"
Could Not Find C:\boost\trunk\stage\lib\boost_iostreams-vc90-mt-gd.lib
        1 file(s) copied.

The message comes from the del because the file does not exist at
that point.

In Christ,
Steven Watanabe


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