I am getting the following error when i do only a 64 bit compilation (no errors for 32 bit compilation)
this is the linker error
ild: (undefined symbol) std::fpos<__mbstate_t>std::basic_ostream<char,std::char_traits<char>
>::tellp() -- referenced in the textsegment of /space/SES_ROOT64/libXe.a(ZRecord.o)
ild: (undefined symbol) std::fpos<__mbstate_t>std::basic_ostream<char,std::char_traits<char>
>::tellp() -- referenced in the textsegment of /space/SES_ROOT64/libXe.a(cb_macromisc.o)
tellp()is a standard library function (a member
variable of the ostream class ) included in by using #include fstream.h.
(and is declared in libiostream.a)
Any help or suggestions will be highly appreciated!
Thanks in advance
Radhika