29 Nov
2012
29 Nov
'12
1:30 p.m.
On Thu, Nov 29, 2012 at 3:25 AM, michaelr
thanks for answering my question. The application uses some functions from the date_time library. Whenever it's started i got the following error: undefined symbol: _ZNK5boost9gregorian10greg_month15as_short_stringEv
I belive there is nothing wrong with libboost_date_time and it must be a strange linkage problem on my system which i have never seen before.
Ok -- well indeed weird. So, if you switch stream based i/o you'll avoid the need for the library and work around your issue. Jeff