Re: [orbitcpp-list] Compiling IDL with ORBitcpp
Status: Beta
Brought to you by:
philipd
From: Laszlo M. <las...@et...> - 2001-06-11 13:51:43
|
On Mon, Jun 11, 2001 at 09:24:58PM +1000, Richard Andrews wrote: > > Do you have a *shared* libstdc++? > This seems to be a recurring problem. I think there must be a lot of > libstdc++ builds out there that have been built with --disable-shared. I > know the first time I tried to build libstdc++-2.90.8 I had to disable > shared to get it to build on RH6.2 binutils tools. > Is there a configure check to ensure libstdc++.so exists? 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 ;-) Laszlo |