Re: [gtkmm] Should a C++/STL library conflict with gtkmm?



> Paul Davis wrote:
> 
> >I'm using the headers-only implementation,
> >installed at /usr/local/include/STL, of
> >     SGI's STL-3.3 ()
> >and in-house compiled
> >     gtkmm-1.2.10
> 
> why would you use SGI's STL, when libstdc++ includes an STL implementation?

Because of three reasons:
1. The SGI one is [better] documented, at least if compared
   to libstc++-2.9.0-30
2. my libstdc++ is old enough to not be able to compile
   gtkmm-1.2.10; if I export CPPFLAGS="-I/usr/lib/include/STL"
   before ./configure then it is buit correctly.
3. The same for my library.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]