c++ - Where to get lboost_system for Windows? -


i've been getting error trying compile program uses boost:

undefined reference `boost::system::generic_category()' 

doing google search told me add lboost_system, have no idea it. when compiled boost in windows gave me several .lib files, don't fix problem. tried adding -lboost_system , said "file not found." help?

i'm using code::blocks ide.

you'll need use full path linking, unless have installed libraries in compiler's default search path. check out this command line example, although sounds you'll need -l flag -i flag (-i header include directories, -l library include directories).


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -