Menu

problems with gcc

Help
Anonymous
2003-03-25
2003-03-25
  • Anonymous

    Anonymous - 2003-03-25

    I have tried to compile the lib with g++ 2.95.3, but there are problems with the char_traits in the template:
    template<class _E = char, class _Tr = std::char_traits<_E> >
    Has anyone succesfully compiled the library with gcc under Linux (Suse)?

    Best Regards
    Jrg

    P.S: under windows the lib works fine !

     
    • Chris Morley

      Chris Morley - 2003-03-25

      Look at this other message in the forum for a 2.95.3 patch:

      http://sourceforge.net/forum/message.php?msg_id=1885705

      I build on linux frequently, but I use g++ 3.1.
      2.x is pre-ISO C++.

       

Log in to post a comment.