23 Dec
2005
23 Dec
'05
7:13 a.m.
Hi, I get an linker message if I compile my app with gcc-3.4.2 on Linux and link it against date_time library of boost 1.33.1: /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/l d: `.L1966' referenced in section `.rodata' of .libs/oci_date.o: defined in discarded section `.gnu.linkonce.t._ZN5boost9date_time23gregorian_calendar_baseINS0_19year _month_day_baseINS_9gregorian9greg_yearENS3_10greg_monthENS3_8greg_dayEE EmE16end_of_month_dayES4_S5_' of .libs/oci_date.o I only instantiate an ptime and call time_from_string and to_iso_extended_string. What is going wrong? Regards, Oliver