Hi, Ferrahi, >From your message, I would guess that you are attempting to compile rara.cpp by itself. Assuming that you are on a variant of a unix system, you are expected to run
configure && make to generate the executables. If you are on a MS windows system, you will need to generate the executables with the appropriate visualstudio project file located in win directory. Good luck. John On 1/5/16 1:24 AM, Ibtissem Frihi wrote: > Hi all; > > I am a beginner to use FastBIT.I would like to underdstand how it work > throgh the example rara.ccp but i got errors: > > > /src/rara.cpp:45: undefined reference to `ibis::part::part(char > const*, char const*, bool)' > /src/rara.cpp:47: undefined reference to `ibis::util::userName()' > src/rara.cpp:47: undefined reference to `ibis::query::query(char > const*, ibis::part const*, char const*)' > /src/rara.cpp:49: undefined reference to > `ibis::query::setWhereClause(char const*)' > src/rara.cpp:63: undefined reference to `ibis::query::evaluate(bool)' > src/rara.cpp:67: undefined reference to `ibis::query::getNumHits() const' > src/rara.cpp:74: undefined reference to > `ibis::query::setSelectClause(char const*)' > src/rara.cpp:80: undefined reference to `ibis::query::evaluate(bool)' > src/rara.cpp:84: undefined reference to > `ibis::query::printSelected(std::ostream&) const' > src/rara.cpp:47: undefined reference to `ibis::query::~query()' > src/rara.cpp:91: undefined reference to `ibis::part::~part()' > src/rara.cpp:47: undefined reference to `ibis::query::~query()' > /src/rara.cpp:91: undefined reference to `ibis::part::~part()' > > > > Best regards, > > > -- > Ferrahi Ibtisam > > > > > _______________________________________________ > FastBit-users mailing list > [email protected] > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users > _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
