craft - 2014-05-13

hi everyone,
I am a newbie in using boost library. (eclipse for linux)

GCC compiler
I've included : /usr/include/boost

GCC linker
I've included /usr/lib/ boost_random

In the code, i also included the header files:

include /boost/random/normal_distribution.hpp

include /boost/random/uniform_int_distribution.hpp

However, Intellisense works with uniform_int_distribution.
But, when I NOT with normal_distribution function.
It says normal_distribution symbol could not be resolved.
Anything I miss?
Isn't that normal_distribution is included in boost_random.so?