This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

time_put status


I get the following error when trying to compile an example program from
http://www.alliance.unm.edu/documentation/PGI/pgC++_lib/stdlibcr/tim_8525.htm 
 
/tmp/cckpdDh0.o : In function 'main':
/tmp/cckpdDh0.o (.text+0x66) undefined reference to
    std::time_put<char, std::streambuf_iterator<char, std::char_traits<char> > > const &
    std::use_facets<std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >
    (std::locale const &)
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]