Opened 17 years ago

Closed 17 years ago

#495 closed Support Requests (None)

building boost sgd libraries

Reported by: cxgd Owned by: mclow
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

how do I build the boost sgd libraries ?

My project requires
libboost_thread-vc71-mt-sgd-1_33.lib
but I have
libboost_thread-vc71-mt-gd-1_33.lib

what is the difference between the sgd and the gd 
libraries ?

Change History (1)

comment:1 by mclow, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=131412

At <http://www.boost.org/more/getting_started.html#Results>, there is an 
explanation of the naming scheme for libraries.

s - Static link to runtime
g - Debug runtime
d - Debug enabled code.

Hope this helps!
Note: See TracTickets for help on using tickets.