Re: [orbitcpp-list] Compiling IDL with ORBitcpp
Status: Beta
Brought to you by:
philipd
From: Richard A. <ric...@ix...> - 2001-06-11 22:30:47
|
> Well, I solved this problem on my solaris system in a different way. I > used STLPort (http://www.stlport.org) as the shared library instead of > libstdc++. Which means that it is possible to use orbitcpp without > libstdc++.so ;-) I think I used dinkumware a while back with success. The problem was that I couldn't link any GUI stuff because it caused GTK to crash on init. From what I've seen the actual STL content of orbitcpp is pretty small - the main requirement is a compiler that handles templates and implicit construction OK. |