> gcc testgregorian_calendar.cpp -I/home/tony/work/boost_1_29_0/ -lstdc++
>
> It gives many linking problems, such as,
>
> /tmp/ccMBFqqI.o: In function `main':
> /tmp/ccMBFqqI.o(.text+0x154): undefined reference to
> `boost::date_time::gregorian_calendar_base
> long, unsigned short, unsigned s
Hi,
I am trying to use the date-time library of boost. However, I come into
a lot of linking problems.
In boost_1_29_0/libs/date_time/test,
gcc testgregorian_calendar.cpp -I/home/tony/work/boost_1_29_0/ -lstdc++
It gives many linking problems, such as,
/tmp/ccMBFqqI.o: In function `main':
/tm