Opened 17 years ago

Closed 16 years ago

#548 closed Bugs (None)

bjam don`t copy lib & dll files to stage

Reported by: shura_zam Owned by: nobody
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

In Jamfile don`t present target stage

I add next 10 lines in Jamfile.
stage stage/lib : <lib>boost_date_time <dll>boost_date_time
    :
        <locate>$(BOOST_ROOT)
        common-variant-tag
        <target>stage
        <target>all
    :
        debug release
    ;

Change History (2)

comment:1 by az_sw_dude, 16 years ago

Logged In: YES 
user_id=579686

I don't believe this is enough information to resolved the
issue.  Please provide at a minimum:

version of boost
version of bjam
platform (eg: windows, linux, etc)

This is really a build issue not a date_time issue. 

Just as an aside, if you are using Boost 1.33.1 there is
little reason to actually build the date-time library --
almost all of it can be used without the libs.  See the docs
for more.

comment:2 by shura_zam, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=980085

Now all Ok.
Note: See TracTickets for help on using tickets.